Skip to content
/ cecil Public
forked from jbevain/cecil

Commit

Permalink
[release/9.0] Revert "Attempt to fix strong-name signing (#227)"
Browse files Browse the repository at this point in the history
This reverts commit 59f2ded.

It got accidentally merged into 9.0 with dotnet/runtime#109297
  • Loading branch information
akoeplinger committed Dec 18, 2024
1 parent c2cde41 commit a0d1e18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eng/Signing.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@
<FileSignInfo Include="Mono.Cecil.Mdb.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Mono.Cecil.Pdb.dll" CertificateName="3PartySHA2" />
</ItemGroup>
<ItemGroup>
<StrongNameSignInfo Include="$(MSBuildThisFileDirectory)..\cecil.snk" PublicKeyToken="50cebf1cceb9d05e" CertificateName="CecilStrongName" />
</ItemGroup>
</Project>

0 comments on commit a0d1e18

Please sign in to comment.