Skip to content

Commit 69199f2

Browse files
committed
Updating NuGet.config
1 parent 58888fd commit 69199f2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

NuGet.Config

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<packageRestore>
4-
<add key="automatic" value="False" />
5-
</packageRestore>
63
<packageSources>
74
<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/" />
5+
<add key="NuGet" value="https://nuget.org/api/v2/" />
6+
<add key="AspNetMaster" value="https://www.myget.org/F/aspnetmaster/api/v2" />
117
</packageSources>
128
</configuration>

0 commit comments

Comments
 (0)