-
Notifications
You must be signed in to change notification settings - Fork 3
/
NuGet.config
59 lines (53 loc) · 1.66 KB
/
NuGet.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="utf-8"?>
<!-- © Muiris Woulfe. Licensed under the MIT License. -->
<configuration>
<config>
<add key="dependencyVersion" value="Highest" />
<add key="globalPackagesFolder" value="..\packages\NuGetTransitiveDependencyFinder" />
<add key="signatureValidationMode" value="require" />
</config>
<packageRestore>
<add key="automatic" value="True" />
<add key="enabled" value="True" />
</packageRestore>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<solution>
<add key="disableSourceControlIntegration" value="True" />
</solution>
<trustedSigners>
<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" />
<owners>
dennisdoomen;
dotnetfoundation;
ericnewton76;
jamesnk;
JarLob;
jonorossi;
jpihrt;
kzu;
Microsoft;
onovotny;
semih.okur;
sharwell;
SonarSource;
tonerdo;
xunit;
</owners>
</repository>
</trustedSigners>
</configuration>