Skip to content

Strong name the package #48

Description

@egeskov

As a consumer of the NuGet package I like the project to be strong named, to be able to strong name my own project.

  1. Generate a key.
    sn -k UUID.Net.snk
  2. Add the following to project files:
    <SignAssembly>True</SignAssembly>
    <AssemblyOriginatorKeyFile>UUID.Net.snk</AssemblyOriginatorKeyFile>
    

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions