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.
2 parents ed7e07a + c128fa6 commit f683b39Copy full SHA for f683b39
NuGet.config
@@ -3,6 +3,7 @@
3
<packageSources>
4
<clear />
5
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
6
+ <add key="AspNetCorePreview2Final" value="https://dotnet.myget.org/F/dotnet-2-0-0-preview2-final/api/v3/index.json" />
7
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
8
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
9
</packageSources>
0 commit comments