Skip to content

Commit c59188e

Browse files
authored
Add strong name signing to library project (#295)
1 parent 6ced439 commit c59188e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
596 Bytes
Binary file not shown.

nanoFirmwareFlasher.Library/nanoFirmwareFlasher.Library.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
<PropertyGroup>
7474
<!-- set this to 'empty' to package contents in 'any' folder -->
7575
<PackageTfmSubFolder></PackageTfmSubFolder>
76+
<SignAssembly>True</SignAssembly>
77+
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
7678
</PropertyGroup>
7779

7880
<Import Project="nugetcontent.targets" />

0 commit comments

Comments
 (0)