|
|
@@ -15,17 +15,21 @@
|
|
|
https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json;
|
|
|
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
|
|
|
https://api.nuget.org/v3/index.json;
|
|
|
- https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
|
|
|
- https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json;
|
|
|
+ </RestoreSources>
|
|
|
+ <!-- TODO remove this once we remove usages of Internal.AspNetCore.Sdk. -->
|
|
|
+ <RestoreSources>
|
|
|
+ $(RestoreSources);
|
|
|
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
|
|
|
- https://dotnet.myget.org/F/blazor-dev/api/v3/index.json;
|
|
|
- https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
|
|
|
- https://dotnet.myget.org/F/nuget-build/api/v3/index.json;
|
|
|
+ </RestoreSources>
|
|
|
+ <!-- TODO remove this once we move Microsoft.Internal.AspNetCore.H2Spec.All to a non-myget feed -->
|
|
|
+ <RestoreSources>
|
|
|
+ $(RestoreSources);
|
|
|
+ https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
|
|
|
+ </RestoreSources>
|
|
|
+ <!-- Only used to fetch Microsoft.NETFramework.ReferenceAssemblies for x-plat netfx builds. -->
|
|
|
+ <RestoreSources Condition=" '$(OS)' != 'Windows_NT' ">
|
|
|
+ $(RestoreSources);
|
|
|
https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json;
|
|
|
- https://dotnet.myget.org/F/roslyn/api/v3/index.json;
|
|
|
- https://vside.myget.org/F/devcore/api/v3/index.json;
|
|
|
- https://vside.myget.org/F/vsmac/api/v3/index.json;
|
|
|
- https://vside.myget.org/F/vssdk/api/v3/index.json;
|
|
|
</RestoreSources>
|
|
|
|
|
|
<!-- In an orchestrated build, this may be overriden to other Azure feeds. -->
|