We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58888fd commit 69199f2Copy full SHA for 69199f2
NuGet.Config
@@ -1,12 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
- <packageRestore>
4
- <add key="automatic" value="False" />
5
- </packageRestore>
6
<packageSources>
7
<clear />
8
- <add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/api/v2/" />
9
- <add key="xUnit.net" value="https://www.myget.org/F/xunit/api/v2/" />
10
- <add key="NuGet" value="https://www.nuget.org/api/v2/" />
+ <add key="NuGet" value="https://nuget.org/api/v2/" />
+ <add key="AspNetMaster" value="https://www.myget.org/F/aspnetmaster/api/v2" />
11
</packageSources>
12
</configuration>
0 commit comments