From 266268506224443eb300bec0d1bc165539fc5813 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Wed, 20 Oct 2021 16:17:54 -0500 Subject: [PATCH] Fix AppHost pack prebuilt usage in source-build --- Directory.Build.props | 14 ++++++++++++-- .../src/Microsoft.AspNetCore.App.Ref.csproj | 1 + 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 204df64da7a4..7280c12748b6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -198,8 +198,18 @@ $(RepoRoot).dotnet\ - - $(LocalDotNetRoot)packs\ + + $(LocalDotNetRoot)packs\ diff --git a/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.csproj b/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.csproj index 0cb7503c04e4..3a0832ee217a 100644 --- a/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.csproj +++ b/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.csproj @@ -211,6 +211,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant