Skip to content

Commit

Permalink
Readd PublicSign project property
Browse files Browse the repository at this point in the history
  • Loading branch information
dsteinweg committed Jun 20, 2024
1 parent 46eee46 commit 48e6ded
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../assets/Serilog.snk</AssemblyOriginatorKeyFile>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<Authors>Serilog Contributors</Authors>
<!-- .NET Framework version targeting is frozen at these two TFMs. -->
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT'">net471;net462</TargetFrameworks>
Expand Down

0 comments on commit 48e6ded

Please sign in to comment.