Adding dotnet-core feed to the NuGet.config since that has the stable versions of the .NET runtime.
This commit is contained in:
parent
f25f047376
commit
1a9b16a1ad
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue