Skip to content

Commit

Permalink
Remove <PublicSign> of the NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Dec 18, 2022
1 parent 9801014 commit 2f9cfc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Serilog.Sinks.Notepad/Serilog.Sinks.Notepad.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../assets/Serilog.snk</AssemblyOriginatorKeyFile>
<PublicSign>true</PublicSign>

<NoWarn>$(NoWarn);NU5048</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<IsPackable>false</IsPackable>
<AssemblyOriginatorKeyFile>../../assets/Serilog.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PublicSign>true</PublicSign>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<TreatSpecificWarningsAsErrors />
<RootNamespace>Serilog</RootNamespace>
Expand Down

0 comments on commit 2f9cfc8

Please sign in to comment.