Skip to content

Commit e26a32b

Browse files
author
Alex Peck
committed
strong name
1 parent 160895b commit e26a32b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/BitFaster.snk

596 Bytes
Binary file not shown.

src/Directory.Build.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)