Skip to content

Commit

Permalink
Fix #38 added assembly signing
Browse files Browse the repository at this point in the history
  • Loading branch information
gigi81 committed Aug 23, 2021
1 parent f7537f4 commit 44113e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added FileSignatures.snk
Binary file not shown.
3 changes: 2 additions & 1 deletion src/FileSignatures/FileSignatures.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<FileVersion>4.0.1</FileVersion>

<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\FileSignatures.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' Or '$(TargetFramework)' == 'netstandard2.0' ">
Expand Down

0 comments on commit 44113e2

Please sign in to comment.