forked from microsoft/fluentui-blazor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnuget.config
17 lines (16 loc) · 793 Bytes
/
nuget.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<config>
<trustedSigners>
<repository name="nuget.org" serviceIndex="https://api.nuget.org/v3/index.json">
<certificate fingerprint="72A23807230618030B3CFC200845CE317AD849BCDB7E1DD0CEDC018A68EFEEE0" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
<certificate fingerprint="F868853A2348B82A9ED4EAF5F7BBB2C901BAECA0E9EC8BAC238CE74624BAC74B" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
<owners>microsoft;fast</owners>
</repository>
</trustedSigners>
</config>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="Repo artifacts" value="artifacts" />
</packageSources>
</Configuration>