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

Commit 8a48c0b

Browse files
committed
Cleanup NuGet.config
1 parent 7fc30f6 commit 8a48c0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NuGet.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
5-
<add key="NuGet" value="https://nuget.org/api/v2/" />
4+
<clear />
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" />
67
</packageSources>
78
</configuration>

0 commit comments

Comments
 (0)