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

Commit fec92c7

Browse files
committed
Update NuGet.config to use NuGet V3 feeds
1 parent aadafdb commit fec92c7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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="AspNetCiDev" value="https://www.myget.org/F/aspnetcidev/api/v2" />
5-
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
4+
<add key="AspNetCiDev" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
5+
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
6+
<add key="aspnet-contrib" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
67
</packageSources>
78
</configuration>

0 commit comments

Comments
 (0)