peters / ILRepack.MSBuild.Task

MSBuild task for ILRepack which is an open-source alternative to ILMerge.
Other
83 stars 31 forks source link

Added support for setting KeyFile property also for .net core projects #39

Open odhanson opened 5 years ago

odhanson commented 5 years ago

The KeyFile property is currently compile time enabled only for NETFULLFRAMEWORK. This change enables this property for all.

caozhiyuan commented 5 years ago

there https://github.com/caozhiyuan/il-repack , it's need cecil next release. but you can build it self, now keyfile has bug. see https://github.com/peters/ILRepack.MSBuild.Task/issues/37 , maybe peters no time to care it. @odhanson