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

Commit 8b057d2

Browse files
committed
Updating NuGet.config
1 parent d5e27bf commit 8b057d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NuGet.Config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +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="AzureAD" value="http://www.myget.org/F/azureadwebstackrelease"/>
6+
<add key="AspNetMaster" value="https://www.myget.org/F/aspnetmaster/api/v2" />
77
</packageSources>
8-
</configuration>
8+
</configuration>

0 commit comments

Comments
 (0)