From e323d5fd12162743e955607ffec127a34a3a0007 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 3 Apr 2018 13:39:51 -0700 Subject: [PATCH] Update feed used to pull the latest 2.0.7 build --- build/sources.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/sources.props b/build/sources.props index fdcacd595e..dd25976b1e 100644 --- a/build/sources.props +++ b/build/sources.props @@ -10,12 +10,12 @@ $(RestoreSources); + https://aspnetcore.blob.core.windows.net/patchdrops/core-setup/2.0.7-20180403/index.json; https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json; https://api.nuget.org/v3/index.json; $(RestoreSources); - https://dotnet.myget.org/F/dotnet-core/api/v3/index.json; https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json; https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json; https://dotnet.myget.org/F/roslyn/api/v3/index.json;