File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<config >
4
4
<add key =" repositorypath" value =" packages" />
5
+ <add key =" signatureValidationMode" value =" require" />
5
6
</config >
6
7
<packageSources >
7
8
<clear />
8
- <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion = " 3 " />
9
- <add key =" Consumption" value =" https://pkgs.dev.azure.com/andrewarnott/OSS/_packaging/Consumption/nuget/v3/index.json" protocolVersion = " 3 " />
9
+ <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
10
+ <add key =" Consumption" value =" https://pkgs.dev.azure.com/andrewarnott/OSS/_packaging/Consumption/nuget/v3/index.json" />
10
11
</packageSources >
12
+ <trustedSigners >
13
+ <repository name =" nuget" serviceIndex =" https://api.nuget.org/v3/index.json" >
14
+ <owners >Microsoft;aarnott;xunit;kzu;castleproject;patrickb8man;jamesnk;ethomson;AndreyAkinshin;MarcoRossignoli;cake-build;ericnewton76;0xd4d;manuel.roemer</owners >
15
+ <certificate fingerprint =" 0e5f38f57dc1bcc806d8494f4f90fbcedd988b46760709cbeec6f4219aa6157d" hashAlgorithm =" SHA256" allowUntrustedRoot =" false" />
16
+ </repository >
17
+ <author name =" Nerdbank" >
18
+ <certificate fingerprint =" 1f891e64936d15de5fae22d910cd39f3e9860213c92f20cf9638a245b1249d2b" hashAlgorithm =" SHA256" allowUntrustedRoot =" false" />
19
+ </author >
20
+ <author name =" Microsoft" >
21
+ <certificate fingerprint =" aa12da22a49bce7d5c1ae64cc1f3d892f150da76140f210abd2cbffca2c18a27" hashAlgorithm =" SHA256" allowUntrustedRoot =" false" />
22
+ <certificate fingerprint =" 3f9001ea83c560d712c24cf213c3d312cb3bff51ee89435d3430bd06b5d0eece" hashAlgorithm =" SHA256" allowUntrustedRoot =" false" />
23
+ </author >
24
+ </trustedSigners >
11
25
</configuration >
You can’t perform that action at this time.
0 commit comments