Add new NuGet Source

Microsoft recently changed the way they distribute Net5 preview builds. Adding the new NuGet source to enable building against .NET 5.0 preview5+ and their nightly builds.
This commit is contained in:
Todor Totev 2020-05-22 11:02:38 +03:00 committed by GitHub
parent 577f047c78
commit 96fa48e261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,8 @@
<configuration>
<packageSources>
<add key="AvaloniaCI" value="https://www.myget.org/F/avalonia-ci/api/v2" />
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
</configuration>