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 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<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 >
103 <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" />
127 <add key =" powershell-core" value =" https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
138 </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