From b3b986bfa9a567e24df7267f10690a95b9493942 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 1 May 2017 12:39:48 -0700 Subject: [PATCH 1/2] Use the bundled NETStandard.Library package in netstandard targeting libraries --- build/dependencies.props | 1 + src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/build/dependencies.props b/build/dependencies.props index e532f8a25d..5e98aa7fa1 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -6,6 +6,7 @@ 4.3.0 2.0.0-* 4.7.1 + $(BundledNETStandardPackageVersion) 10.0.1 15.0.0 2.2.0 diff --git a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj index bfc4256bf3..c003ee5ef0 100644 --- a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj +++ b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj @@ -8,6 +8,7 @@ aspnetcore Microsoft.AspNetCore.All false + $(PackageTargetFallback);portable-net45+win8+wp8+wpa81 From ddd96887dab5f1af1016fc2c3f7f4bcfbd7a05a5 Mon Sep 17 00:00:00 2001 From: John Luo Date: Mon, 1 May 2017 21:41:29 -0700 Subject: [PATCH 2/2] Minimal restore when building deps files --- build/repo.targets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/repo.targets b/build/repo.targets index bf1dd5f259..2c09d54d90 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -37,7 +37,7 @@ Condition="Exists('$(DependencyBuildDirectory)')" /> - + @@ -59,6 +59,7 @@ +