File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
- <packageRestore >
4
- <add key =" enabled" value =" False" />
5
- <add key =" automatic" value =" False" />
6
- </packageRestore >
7
- <activePackageSource >
8
- <add key =" nuget.org" value =" https://www.nuget.org/api/v2/" />
9
- </activePackageSource >
10
3
<packageSources >
11
- <add key =" nuget.org" value =" https://www.nuget.org/api/v2/" />
4
+ <clear />
5
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6
+ <add key =" dotnet-core" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
12
7
<add key =" powershell-core" value =" https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
13
8
</packageSources >
14
- <bindingRedirects >
15
- <add key =" skip" value =" False" />
16
- </bindingRedirects >
17
- </configuration >
9
+ </configuration >
You can’t perform that action at this time.
0 commit comments