Skip to content

Commit

Permalink
Fix #797: Costura.dll does not have a strong name #797
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Feb 24, 2022
1 parent 58e37a3 commit 3b442b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Costura/Costura.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageId>Costura.Fody</PackageId>
<PackageTags>ILMerge, ILWeaving, Embed, Resource, Fody, Cecil</PackageTags>
<DisableFody>true</DisableFody>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>$(SolutionDir)key.snk</AssemblyOriginatorKeyFile>
<NoWarn>$(NoWarn);NU5100</NoWarn>
<NoError>$(NoError);NU5100</NoError>
Expand Down

0 comments on commit 3b442b9

Please sign in to comment.