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

Commit ad47833

Browse files
committed
Updating to release NuGet.config
1 parent d142160 commit ad47833

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="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" />
4+
<clear />
5+
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/api/v2" />
56
<add key="NuGet" value="https://nuget.org/api/v2/" />
67
</packageSources>
7-
</configuration>
8+
</configuration>

0 commit comments

Comments
 (0)