Updating to dotnet.myget.org

This commit is contained in:
Pranav K 2016-08-12 10:15:32 -07:00
parent 571fddbd1d
commit 761d0e6290
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<configuration>
<packageSources>
<clear />
<add key="AspNetVNext" value="https://www.myget.org/f/aspnetmaster/api/v3/index.json" />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>