Skip to content

Commit

Permalink
Set PublicKey and PublicKeyToken in cecil overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
sbomer committed Mar 27, 2019
1 parent ece9efe commit 7f8ea93
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions external/Mono.Cecil.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@
https://github.com/dotnet/arcade/issues/2321. This disables
arcade's selection of AssemblyOriginatorKeyFile based on the
StrongNameKeyId, since we want to use cecil's key file. -->
<StrongNameKeyId></StrongNameKeyId>
<PublicKey>unknown</PublicKey>
<PublicKeyToken>unknown</PublicKeyToken>
<StrongNameKeyId>CecilStrongNameKey</StrongNameKeyId>
<!-- PublicKey and PublicKeyToken are only consumed by arcade's
InternalsVisibleTo generator. We don't use this, but we set
these properties anyway to avoid hitting an arcade check. -->
<PublicKey>00240000048000009400000006020000002400005253413100040000010001002b5c9f7f04346c324a3176f8d3ee823bbf2d60efdbc35f86fd9e65ea3e6cd11bcdcba3a353e55133c8ac5c4caaba581b2c6dfff2cc2d0edc43959ddb86b973300a479a82419ef489c3225f1fe429a708507bd515835160e10bc743d20ca33ab9570cfd68d479fcf0bc797a763bec5d1000f0159ef619e709d915975e87beebaf</PublicKey>
<PublicKeyToken>50cebf1cceb9d05e</PublicKeyToken>
<NoWarn>$(NoWarn);0618</NoWarn>
</PropertyGroup>

Expand Down

0 comments on commit 7f8ea93

Please sign in to comment.