dotnet / ILMerge

ILMerge is a static linker for .NET Assemblies.
MIT License
1.23k stars 170 forks source link

/keycontainer support #4

Closed jnm2 closed 7 years ago

jnm2 commented 7 years ago

[Per email conversation.]

Adds /keycontainer support, bringing ILMerge on par with csc.exe and ILRepack and making general MSBuild targets possible.

jnm2 commented 7 years ago

Okay, I think everything's ready.