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

Commit 4b4a178

Browse files
committed
Updating NuGet.config
1 parent 5ca7c44 commit 4b4a178

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

NuGet.config

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +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/aspnetcirelease/api/v3/index.json" />
4+
<clear />
55
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
6-
<add key="Roslyn" value="https://www.myget.org/F/roslyn-nightly/" />
7-
<add key="DotNet" value="https://www.myget.org/F/dotnet-corefx/" />
6+
<add key="AspNetVNext" value="https://www.myget.org/f/aspnetmaster/api/v3/index.json" />
87
</packageSources>
9-
</configuration>
8+
</configuration>

0 commit comments

Comments
 (0)