From 2e158c85f280700083c8830dcd42f2c1138d8763 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 2 Mar 2018 10:24:10 -0800 Subject: [PATCH] Fix restore failures on CI for dotnet-deb-tool-consumer --- .../dotnet-deb-tool-consumer/dotnet-deb-tool-consumer.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/tools/dotnet-deb-tool-consumer/dotnet-deb-tool-consumer.csproj b/build/tools/dotnet-deb-tool-consumer/dotnet-deb-tool-consumer.csproj index b7b19fe532..d2fa226fc4 100644 --- a/build/tools/dotnet-deb-tool-consumer/dotnet-deb-tool-consumer.csproj +++ b/build/tools/dotnet-deb-tool-consumer/dotnet-deb-tool-consumer.csproj @@ -1,8 +1,9 @@  - netcoreapp1.0 + netcoreapp2.0 $(RestoreSources);https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json + true