Switching to dotnet.myget.org feed

This commit is contained in:
Pranav K 2016-08-09 14:56:10 -07:00
parent 4ce3b8da6a
commit ade05fb068
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
<add key="NuGet" value="https://nuget.org/api/v2/" />
</packageSources>
</configuration>