We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c128fa6 commit 1e19873Copy full SHA for 1e19873
NuGet.config
@@ -2,9 +2,7 @@
2
<configuration>
3
<packageSources>
4
<clear />
5
- <addkey="AspNetCorePreview2Final"value="https://dotnet.myget.org/F/dotnet-2-0-0-preview2-final/api/v3/index.json" />
6
- <addkey="AspNetCore"value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
7
- <addkey="AspNetCoreTools"value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
+ <addkey="AspNetCore"value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
8
<addkey="NuGet"value="https://api.nuget.org/v3/index.json" />
9
</packageSources>
10
</configuration>
0 commit comments