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 83e8842 commit e19876dCopy full SHA for e19876d
tests/Java.Interop-Tests/Java.Interop-Tests.csproj
@@ -4,6 +4,8 @@
4
<TargetFrameworks>net472;net6.0</TargetFrameworks>
5
<IsPackable>false</IsPackable>
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
+ <SignAssembly>true</SignAssembly>
8
+ <AssemblyOriginatorKeyFile>..\..\product.snk</AssemblyOriginatorKeyFile>
9
</PropertyGroup>
10
11
<PropertyGroup>
0 commit comments