Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Move to cert 121 for Silverlight platform keys
Browse files Browse the repository at this point in the history
The latest signing service doesn't support the older 115 cert any
longer so we need to move to cert 121.
  • Loading branch information
weshaggard committed Jun 22, 2018
1 parent f029667 commit cdd11be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sign.builds
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- must set the default before importing targets -->
<PropertyGroup>
<SignType Condition="'$(SignType)' == ''">test</SignType>
<StrongNameSig>Silverlight</StrongNameSig>
<StrongNameSig>SilverlightCert121</StrongNameSig>
</PropertyGroup>

<Import Project="..\dir.props"/>
Expand Down

0 comments on commit cdd11be

Please sign in to comment.