Switch to v3 NuGet feed

This commit is contained in:
Pranav K 2017-08-15 16:11:07 -07:00
parent d3cf0494e7
commit f3745608af
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="roslyn" value="https://dotnet.myget.org/F/roslyn/" />
<add key="roslyn" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
</packageSources>
</configuration>