Skip to content

Commit fad5284

Browse files
Add Strongly Named Assembly to UnitTests
1 parent 1a297fd commit fad5284

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Src/AsyncAwaitBestPractices.UnitTests/AsyncAwaitBestPractices.UnitTests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<Nullable>enable</Nullable>
66
<IsPackable>false</IsPackable>
77
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
8+
<SignAssembly>true</SignAssembly>
9+
<AssemblyOriginatorKeyFile>AsyncAwaitBestPracticesUnitTests.snk</AssemblyOriginatorKeyFile>
810
</PropertyGroup>
911
<ItemGroup>
1012
<PackageReference Include="nunit" Version="3.12.0" />
Binary file not shown.

0 commit comments

Comments
 (0)