Skip to content

Commit d2b4f35

Browse files
committed
Sign Runtime DLL with a strong name
1 parent 6b2347a commit d2b4f35

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/runtime/Python.Runtime.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
<DebugSymbols>true</DebugSymbols>
2020
<IncludeSymbols>true</IncludeSymbols>
2121
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
22-
22+
23+
<AssemblyOriginatorKeyFile>..\pythonnet.snk</AssemblyOriginatorKeyFile>
24+
<SignAssembly>true</SignAssembly>
25+
2326
<NoWarn>1591;NU1701</NoWarn>
2427
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2528

0 commit comments

Comments
 (0)