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

Commit 522e166

Browse files
committed
Update more projects to SL 121 cert for signing
1 parent 0fa4cef commit 522e166

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/mscorlib/System.Private.CoreLib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.Targets" />
201201

202202
<PropertyGroup>
203-
<StrongNameSig>Silverlight</StrongNameSig>
203+
<StrongNameSig>SilverlightCert121</StrongNameSig>
204204
</PropertyGroup>
205205

206206
<!-- Import signing tools -->

src/mscorlib/facade/mscorlib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
</ItemGroup>
7878

7979
<PropertyGroup>
80-
<StrongNameSig>Silverlight</StrongNameSig>
80+
<StrongNameSig>SilverlightCert121</StrongNameSig>
8181
</PropertyGroup>
8282

8383
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />

src/mscorlib/ref/mscorlib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.Targets" />
6969

7070
<PropertyGroup>
71-
<StrongNameSig>Silverlight</StrongNameSig>
71+
<StrongNameSig>SilverlightCert121</StrongNameSig>
7272
</PropertyGroup>
7373

7474
<!-- Import signing tools -->

0 commit comments

Comments
 (0)