-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels