Skip to content

Commit

Permalink
Will now strong name the assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
TwentyFourMinutes committed Feb 23, 2020
1 parent 42f548c commit 7006be7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Title>BidirectionalDict</Title>
<TargetFrameworks>netstandard2.1;netcoreapp3.1;net48;</TargetFrameworks>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Twenty.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit 7006be7

Please sign in to comment.