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

Commit 6b46426

Browse files
authored
Merge pull request #13510 from dotnet/joeloff/8xxSignSHA2
Update authenticode to use SHA2
2 parents d23842a + e4f13c5 commit 6b46426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Signing.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
property here to avoid importing files we don't need for signing which would cause errors if imported when using MSBuild 14. -->
77
<BuildingSigningProject>true</BuildingSigningProject>
88
<ExternalCertificateId Condition="'$(ExternalCertificateId)' == ''">135020002</ExternalCertificateId>
9-
<InternalCertificateId Condition="'$(InternalCertificateId)' == ''">Microsoft402</InternalCertificateId>
9+
<InternalCertificateId Condition="'$(InternalCertificateId)' == ''">Microsoft400</InternalCertificateId>
1010
<NugetCertificateId Condition="'$(NugetCertificateId)' == ''">NuGet</NugetCertificateId>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)