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:
parent
577f047c78
commit
96fa48e261
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user