Skip to content

Commit e0bf961

Browse files
author
Kapil Borle
committed
Update nuget.config
1 parent 7d00f7b commit e0bf961

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

NuGet.Config

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
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>

0 commit comments

Comments
 (0)