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

Commit f351a08

Browse files
committed
Updating NuGet.config
1 parent 1caa1c0 commit f351a08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NuGet.Config

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetliterelease/api/v2" />
4+
<clear />
55
<add key="NuGet" value="https://nuget.org/api/v2/" />
6+
<add key="AspNetMaster" value="https://www.myget.org/F/aspnetmaster/api/v2" />
67
</packageSources>
78
</configuration>

0 commit comments

Comments
 (0)