We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494fde9 commit d460768Copy full SHA for d460768
benchmarks/Foundatio.Benchmarks.csproj
@@ -11,6 +11,8 @@
11
<Optimize>true</Optimize>
12
<Configuration>Release</Configuration>
13
<IsPackable>false</IsPackable>
14
+ <SignAssembly>true</SignAssembly>
15
+ <AssemblyOriginatorKeyFile>..\build\Foundatio.snk</AssemblyOriginatorKeyFile>
16
</PropertyGroup>
17
<ItemGroup>
18
<PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
0 commit comments