iceman1001 / ChameleonMini-rebootedGUI

Windows based GUI for Chameleon Mini, the contactless smartcard emulator (NFC/RFID)
GNU General Public License v3.0
293 stars 72 forks source link

Prerequisite problem #53

Closed hiwanz closed 6 years ago

hiwanz commented 6 years ago

the README says "prerequisite dot.net 4.6.1",but the DynamicExpresso.Core in packages.config uses net462 as its targetFramework,see the code below: https://github.com/iceman1001/ChameleonMini-rebootedGUI/blob/32463ba953a9ddf9c78701a46bd6d4cc9d983944/ChameleonMiniGUI/packages.config#L3

I've tested click-once deployment installation on Windows7,it turns out that net461 will fail the installation,net462 works fine.Is this expected?

iceman1001 commented 6 years ago

Great catch! It was not expected. Might need a fix for it.

hiwanz commented 6 years ago

According to the documentation https://github.com/davideicardi/DynamicExpresso, Dynamic Expresso Available platforms: .NET Core 2.0, .NET 4.6.1

iceman1001 commented 6 years ago

The solution would be to increase the pre-requsite to v4.6.2 for all parts. Might even set 4.7.1 or higher.