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 160895b commit e26a32bCopy full SHA for e26a32b
src/BitFaster.snk
596 Bytes
src/Directory.Build.props
@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<Project>
3
+ <PropertyGroup>
4
+ <AssemblyOriginatorKeyFile Condition="EXISTS('..\BitFaster.snk')">..\BitFaster.snk</AssemblyOriginatorKeyFile>
5
+ <SignAssembly>true</SignAssembly>
6
+ </PropertyGroup>
7
+</Project>
0 commit comments