Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit c5c979b

Browse files
committed
Updating NuGet.config
1 parent f2d9cd5 commit c5c979b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

NuGet.config

Lines changed: 5 additions & 4 deletions
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/aspnetcirelease/api/v3/index.json" />
5-
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
4+
<clear />
5+
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
6+
<add key="AspNetVNext" value="https://www.myget.org/f/aspnetmaster/api/v3/index.json" />
67
</packageSources>
7-
</configuration>
8+
</configuration>

0 commit comments

Comments
 (0)