Skip to content

Commit 3e51132

Browse files
committed
drafted strong name signing on build
1 parent 64f5b0b commit 3e51132

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Asn1Parser/Asn1Parser.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
1515
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1616
<Nullable>enable</Nullable>
17+
<SignAssembly>True</SignAssembly>
18+
<AssemblyOriginatorKeyFile>strongname.snk</AssemblyOriginatorKeyFile>
1719
</PropertyGroup>
1820
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)'=='Release|netstandard2.0'">
1921
<DocumentationFile>bin\Release\netstandard2.0\SysadminsLV.Asn1Parser.xml</DocumentationFile>

0 commit comments

Comments
 (0)