yck1509 / ConfuserEx

An open-source, free protector for .NET applications
http://yck1509.github.io/ConfuserEx/
Other
3.56k stars 1.61k forks source link

Netframework version problem #144

Closed mh4x0f closed 9 years ago

mh4x0f commented 9 years ago

Add new resource in project choose which type of net framework version. the project was developed in Netframework 4.0, would be very interesting to change the output type obfuscated file.

yck1509 commented 9 years ago

I could add this feature of changing output framework version to ConfuseEx with ease, however, I think that it should not be done by ConfuserEx. Changing framework version, no matter upgrading or downgrading, is not a trivial matter. There may be breaking changes when upgrading, or missing features when downgrading. I suggest you change framework version in your source code instead.

mh4x0f commented 9 years ago

Ok, thank's.