Skip to content

Commit

Permalink
Signing strong-named
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Dec 17, 2020
1 parent b3f19a2 commit 297e731
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain

###############################################################################
# other binary
###############################################################################
*.snk binary
2 changes: 2 additions & 0 deletions Testing.Dynamic.Json/Testing.Dynamic.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>

<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../key.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
</PropertyGroup>

Expand Down
Binary file added key.snk
Binary file not shown.

0 comments on commit 297e731

Please sign in to comment.