Skip to content

Commit

Permalink
NuGet.org signatures have been updated - Fix Build (#525)
Browse files Browse the repository at this point in the history
* test

* fix build
  • Loading branch information
jonashendrickx authored Jul 11, 2024
1 parent 9ad038b commit 85987ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
</packageSources>

<!-- https://learn.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-trusted-signers -->
<trustedSigners>
<author name="microsoft">
<certificate fingerprint="3F9001EA83C560D712C24CF213C3D312CB3BFF51EE89435D3430BD06B5D0EECE" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
<certificate fingerprint="3F9001EA83C560D712C24CF213C3D312CB3BFF51EE89435D3430BD06B5D0EECE" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
<certificate fingerprint="AA12DA22A49BCE7D5C1AE64CC1F3D892F150DA76140F210ABD2CBFFCA2C18A27" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
<certificate fingerprint="566A31882BE208BE4422F7CFD66ED09F5D4524A5994F50CCC8B05EC0528C1353" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
</author>
<repository name="nuget.org" serviceIndex="https://api.nuget.org/v3/index.json">
<certificate fingerprint="0E5F38F57DC1BCC806D8494F4F90FBCEDD988B46760709CBEEC6F4219AA6157D" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
<certificate fingerprint="5A2901D6ADA3D18260B9C6DFE2133C95D74B9EEF6AE0E5DC334C8454D1477DF4" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
<certificate fingerprint="1F4B311D9ACC115C8DC8018B5A49E00FCE6DA8E2855F9F014CA6F34570BC482D" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
</repository>
</trustedSigners>
</configuration>

0 comments on commit 85987ea

Please sign in to comment.