Skip to content

Commit

Permalink
Enabled strong-named assemblies on all OS, fix #2258
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Feb 9, 2023
1 parent 512413c commit 5cd2889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)strongNameKey.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

Expand Down

0 comments on commit 5cd2889

Please sign in to comment.