From 5a0716b6df26bae343be6acadb9efdfdb2ff512f Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 6 Mar 2018 10:04:20 -0800 Subject: [PATCH] Use dotnet-core feed in repos --- build/sources.props | 1 + 1 file changed, 1 insertion(+) diff --git a/build/sources.props b/build/sources.props index 05a4b7dc2e..9215df9751 100644 --- a/build/sources.props +++ b/build/sources.props @@ -5,6 +5,7 @@ $(DotNetRestoreSources) $(RestoreSources); + https://dotnet.myget.org/F/dotnet-core/api/v3/index.json; https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json; https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;