We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd00cb commit e26cf54Copy full SHA for e26cf54
nuget.config
@@ -4,6 +4,7 @@
4
<trustedSigners>
5
<repository name="nuget.org" serviceIndex="https://api.nuget.org/v3/index.json">
6
<certificate fingerprint="72A23807230618030B3CFC200845CE317AD849BCDB7E1DD0CEDC018A68EFEEE0" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
7
+ <certificate fingerprint="F868853A2348B82A9ED4EAF5F7BBB2C901BAECA0E9EC8BAC238CE74624BAC74B" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
8
<owners>microsoft;fast</owners>
9
</repository>
10
</trustedSigners>
@@ -12,3 +13,4 @@
12
13
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
14
</packageSources>
15
</Configuration>
16
+
0 commit comments