Skip to content

Commit 1baa397

Browse files
committed
Create nuget.config
1 parent 9be9828 commit 1baa397

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/nuget.config

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<config>
4+
<add key="signatureValidationMode" value="require" />
5+
</config>
6+
<packageSources>
7+
<clear />
8+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
9+
</packageSources>
10+
<trustedSigners>
11+
<repository name="nuget.org" serviceIndex="https://api.nuget.org/v3/index.json">
12+
<!-- Current: expires May 15, 2024 -->
13+
<certificate fingerprint="5A2901D6ADA3D18260B9C6DFE2133C95D74B9EEF6AE0E5DC334C8454D1477DF4"
14+
hashAlgorithm="SHA256"
15+
allowUntrustedRoot="false" />
16+
<!-- Next -->
17+
<certificate fingerprint="1F4B311D9ACC115C8DC8018B5A49E00FCE6DA8E2855F9F014CA6F34570BC482D"
18+
hashAlgorithm="SHA256"
19+
allowUntrustedRoot="false" />
20+
<!-- For some very old MS packages -->
21+
<certificate fingerprint="0E5F38F57DC1BCC806D8494F4F90FBCEDD988B46760709CBEEC6F4219AA6157D"
22+
hashAlgorithm="SHA256"
23+
allowUntrustedRoot="false" />
24+
</repository>
25+
</trustedSigners>
26+
</configuration>

0 commit comments

Comments
 (0)