Skip to content

Commit

Permalink
adding strong name signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Dec 28, 2020
1 parent 261e494 commit e698e43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added rationals.snk
Binary file not shown.
5 changes: 5 additions & 0 deletions src/Rationals/Rationals.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ Rational sum = left + right; // equals to: 3 / 4
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup Label="Signature">
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)../../rationals.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit e698e43

Please sign in to comment.