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

Commit 32fc731

Browse files
committed
Updating NuGet.config
1 parent 0b0d7d3 commit 32fc731

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NuGet.Config

Lines changed: 3 additions & 3 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" />
5-
<add key="xunit" value="https://www.myget.org/F/xunit/api/v2" />
4+
<clear />
65
<add key="NuGet" value="https://nuget.org/api/v2/" />
6+
<add key="AspNetMaster" value="https://www.myget.org/F/aspnetmaster/api/v2" />
77
</packageSources>
88
</configuration>

0 commit comments

Comments
 (0)