Skip to content

Commit 50cc488

Browse files
Add strong naming (#49)
1 parent 0be5963 commit 50cc488

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Open.snk

596 Bytes
Binary file not shown.

src/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1313
<PackageOutputPath>$(RepoRoot)artifacts/</PackageOutputPath>
1414
<EmbedUntrackedSources>true</EmbedUntrackedSources>
15+
<AssemblyOriginatorKeyFile>$(RepoRoot)\Open.snk</AssemblyOriginatorKeyFile>
16+
<SignAssembly>true</SignAssembly>
1517
</PropertyGroup>
1618

1719
<ItemGroup>

0 commit comments

Comments
 (0)