Skip to content

Commit

Permalink
Merge pull request dotnet#3840 from dotnet/v-rorr-certfix
Browse files Browse the repository at this point in the history
picking up an older no longer used authenticode cert
  • Loading branch information
StephenBonikowsky authored Aug 26, 2019
2 parents 2824da8 + 646a636 commit a93ad25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shims/shims.proj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<WriteSigningRequired
Condition="'@(NetFxContracts)' != '' and '$(SkipSigning)' != 'true' and '$(SignType)' != 'oss'"
AuthenticodeSig="Microsoft"
AuthenticodeSig="Microsoft400"
StrongNameSig="%(NetFxContracts.StrongNameSig)"
MarkerFile="$(GenFacadesOutputPath)%(NetFxContracts.Filename)%(NetFxContracts.Extension).requires_signing" />

Expand Down

0 comments on commit a93ad25

Please sign in to comment.