Adding dotnet-core feed to the NuGet.config since that has the stable versions of the .NET runtime.

This commit is contained in:
Eric Erhardt 2016-06-14 03:17:12 -05:00
parent f25f047376
commit 1a9b16a1ad

View file

@ -3,6 +3,7 @@
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>