Skip to content

Commit

Permalink
Add Strongly Named Assembly to UnitTests
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Jan 7, 2020
1 parent 1a297fd commit fad5284
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 @@ -5,6 +5,8 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>AsyncAwaitBestPracticesUnitTests.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
Expand Down
Binary file not shown.

0 comments on commit fad5284

Please sign in to comment.