From a293d2c187d1b0783ba2762e31494b1e20ac4f1f Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 23 Apr 2018 16:55:55 -0700 Subject: [PATCH] Update to NETStandard.Library 2.0.3 (#1099) --- build/dependencies.props | 2 +- build/sources.props | 1 + build/tools/templates/Archive/Archive.csproj | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/dependencies.props b/build/dependencies.props index 4220c2c158..4dd7ab1a4e 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -106,7 +106,7 @@ 4.7.49 1.7.3.4 1.6.1 - 2.0.2 + 2.0.3 1.0.1 11.0.2 12.2.1100 diff --git a/build/sources.props b/build/sources.props index 2d011505a3..f874dc53b7 100644 --- a/build/sources.props +++ b/build/sources.props @@ -9,6 +9,7 @@ $(RestoreSources); + https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json; https://api.nuget.org/v3/index.json; diff --git a/build/tools/templates/Archive/Archive.csproj b/build/tools/templates/Archive/Archive.csproj index 3d3d608b31..3699f0e4bc 100644 --- a/build/tools/templates/Archive/Archive.csproj +++ b/build/tools/templates/Archive/Archive.csproj @@ -7,6 +7,7 @@ false netcoreapp2.1 $(RestoreSources);$(DotNetRestoreSources); + true