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 64f5b0b commit 3e51132Copy full SHA for 3e51132
Asn1Parser/Asn1Parser.csproj
@@ -14,6 +14,8 @@
14
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
15
<EmbedUntrackedSources>true</EmbedUntrackedSources>
16
<Nullable>enable</Nullable>
17
+ <SignAssembly>True</SignAssembly>
18
+ <AssemblyOriginatorKeyFile>strongname.snk</AssemblyOriginatorKeyFile>
19
</PropertyGroup>
20
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)'=='Release|netstandard2.0'">
21
<DocumentationFile>bin\Release\netstandard2.0\SysadminsLV.Asn1Parser.xml</DocumentationFile>
0 commit comments