Re-add dotnet-cli feeds in order to use preview4 packages

This commit is contained in:
Nate McMaster 2016-12-07 09:28:55 -08:00
parent fad1d2b645
commit 80e6430332
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
<configuration>
<packageSources>
<clear />
<add key="dotnet-cli" value="https://dotnet.myget.org/F/dotnet-cli/api/v3/index.json" />
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/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>