File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<config >
4
4
<clear />
5
- <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6
- <add key =" kzu.io" value =" https://pkg.kzu.io/index.json" />
7
5
<add key =" signatureValidationMode" value =" accept" />
8
6
</config >
7
+ <packageSources >
8
+ <clear />
9
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
10
+ <add key =" kzu.io" value =" https://pkg.kzu.io/index.json" />
11
+ </packageSources >
9
12
<trustedSigners >
10
13
<author name =" Microsoft" >
11
14
<certificate fingerprint =" 3F9001EA83C560D712C24CF213C3D312CB3BFF51EE89435D3430BD06B5D0EECE" hashAlgorithm =" SHA256" allowUntrustedRoot =" true" />
19
22
</repository >
20
23
</trustedSigners >
21
24
<packageSourceMapping >
22
- <packageSource key =" kzu.io " >
25
+ <packageSource key =" nuget.org " >
23
26
<package pattern =" *" />
24
27
</packageSource >
25
- <packageSource key =" nuget.org " >
28
+ <packageSource key =" kzu.io " >
26
29
<package pattern =" *" />
27
30
</packageSource >
28
31
</packageSourceMapping >
You can’t perform that action at this time.
0 commit comments