Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 1e19873

Browse files
committed
Cleanup NuGet.config
1 parent c128fa6 commit 1e19873

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: NuGet.config

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="AspNetCorePreview2Final" value="https://dotnet.myget.org/F/dotnet-2-0-0-preview2-final/api/v3/index.json" />
6-
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
7-
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
5+
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
86
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
97
</packageSources>
108
</configuration>

0 commit comments

Comments
 (0)