From f896dfd3a46e51ab83c9b632a30e33e0dc545114 Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Fri, 6 Dec 2019 13:19:36 -0800 Subject: [PATCH] Fix restore of netcoreapp when not downloading any packages --- eng/depProj.targets | 10 +++++++--- src/libraries/restore/netcoreapp/netcoreapp.depproj | 11 ----------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/eng/depProj.targets b/eng/depProj.targets index 2a2dd59..9136037 100644 --- a/eng/depProj.targets +++ b/eng/depProj.targets @@ -68,7 +68,7 @@ See the LICENSE file in the project root for more information. BeforeTargets="ResolvePackageAssets" Condition="'$(VSDesignTimeBuild)' != 'true'" /> - + - + + diff --git a/src/libraries/restore/netcoreapp/netcoreapp.depproj b/src/libraries/restore/netcoreapp/netcoreapp.depproj index b7c2e8a..af7d025 100644 --- a/src/libraries/restore/netcoreapp/netcoreapp.depproj +++ b/src/libraries/restore/netcoreapp/netcoreapp.depproj @@ -11,17 +11,6 @@ - - - - <_referencePrivate Include="@(Reference)" Private="true" /> - - - - - -- 2.7.4