Skip to content

Commit

Permalink
add and use key for strong naming #75
Browse files Browse the repository at this point in the history
  • Loading branch information
manuc66 committed Jun 10, 2019
1 parent 9f85e3e commit 0676265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added JsonSubTypes/JsonSubTypes.Key.snk
Binary file not shown.
3 changes: 3 additions & 0 deletions JsonSubTypes/JsonSubTypes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<PackageReleaseNotes>See in https://github.com/manuc66/JsonSubTypes/releases</PackageReleaseNotes>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<LangVersion>7</LangVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JsonSubTypes.Key.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
Expand Down

0 comments on commit 0676265

Please sign in to comment.