As a consumer of the NuGet package I like the project to be strong named, to be able to strong name my own project.
- Generate a key.
sn -k UUID.Net.snk
- Add the following to project files:
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>UUID.Net.snk</AssemblyOriginatorKeyFile>
As a consumer of the NuGet package I like the project to be strong named, to be able to strong name my own project.
sn -k UUID.Net.snk