Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 5c225ef

Browse files
committed
Cleanup NuGet.config
1 parent cccfbb7 commit 5c225ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

NuGet.config

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
6-
<add key="AspNetCore" value="https://dotnet.myget.org/f/aspnetcore-master/api/v3/index.json" />
7-
<add key="AspNetCore-Patch" value="https://dotnet.myget.org/F/aspnet-1-1-1-patch/api/v3/index.json" />
5+
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
6+
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
87
</packageSources>
98
</configuration>

0 commit comments

Comments
 (0)