Skip to content

Commit

Permalink
Signing the assembly as some dependent projects require a strong name
Browse files Browse the repository at this point in the history
  • Loading branch information
stewienj committed Jun 19, 2020
1 parent ea33abe commit f749f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<Version Condition=" '$(PointVersion)' == '' ">3.1.0</Version>
<Version Condition=" '$(PointVersion)' != '' ">3.$(PointVersion)</Version>
<UserSecretsId>5d0656ca-f966-42bd-9e74-0ec774d5ccaa</UserSecretsId>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Swordfish.NET.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Collections.Immutable">
Expand Down
Binary file added Swordfish.NET.CollectionsV3/Swordfish.NET.snk
Binary file not shown.

0 comments on commit f749f58

Please sign in to comment.