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

Commit 0fa4cef

Browse files
committed
Move to cert 121 for Silverlight platform keys
The latest signing service doesn't support the older 115 cert any longer so we need to move to cert 121.
1 parent 8fb4223 commit 0fa4cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sign.builds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- must set the default before importing targets -->
55
<PropertyGroup>
66
<SignType Condition="'$(SignType)' == ''">test</SignType>
7-
<StrongNameSig>Silverlight</StrongNameSig>
7+
<StrongNameSig>SilverlightCert121</StrongNameSig>
88
</PropertyGroup>
99

1010
<Import Project="..\dir.props"/>

0 commit comments

Comments
 (0)