Update package feeds and dependencies for 2.0.1 (#1284)

This commit is contained in:
Nate McMaster
2017-09-18 12:42:26 -07:00
committed by GitHub
parent 051150475f
commit 77cac3b6be
4 changed files with 71 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
<configuration>
<packageSources>
<clear />
<add key="AspNetCorePatch" value="https://dotnet.myget.org/F/aspnet-2-0-2-october2017-patch/api/v3/index.json" />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/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" />