Skip to content

Commit 85987ea

Browse files
author
Jonas Hendrickx
authored
NuGet.org signatures have been updated - Fix Build (#525)
* test * fix build
1 parent 9ad038b commit 85987ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nuget.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
66
</packageSources>
77

8+
<!-- https://learn.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-trusted-signers -->
89
<trustedSigners>
910
<author name="microsoft">
10-
<certificate fingerprint="3F9001EA83C560D712C24CF213C3D312CB3BFF51EE89435D3430BD06B5D0EECE" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
11+
<certificate fingerprint="3F9001EA83C560D712C24CF213C3D312CB3BFF51EE89435D3430BD06B5D0EECE" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
12+
<certificate fingerprint="AA12DA22A49BCE7D5C1AE64CC1F3D892F150DA76140F210ABD2CBFFCA2C18A27" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
13+
<certificate fingerprint="566A31882BE208BE4422F7CFD66ED09F5D4524A5994F50CCC8B05EC0528C1353" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
1114
</author>
1215
<repository name="nuget.org" serviceIndex="https://api.nuget.org/v3/index.json">
1316
<certificate fingerprint="0E5F38F57DC1BCC806D8494F4F90FBCEDD988B46760709CBEEC6F4219AA6157D" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
1417
<certificate fingerprint="5A2901D6ADA3D18260B9C6DFE2133C95D74B9EEF6AE0E5DC334C8454D1477DF4" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
18+
<certificate fingerprint="1F4B311D9ACC115C8DC8018B5A49E00FCE6DA8E2855F9F014CA6F34570BC482D" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
1519
</repository>
1620
</trustedSigners>
1721
</configuration>

0 commit comments

Comments
 (0)