From b760d35b54affa964d61a1b2f7c757a6a3569397 Mon Sep 17 00:00:00 2001
From: Doug Bunting <6431421+dougbu@users.noreply.github.com>
Date: Sun, 13 Sep 2020 11:40:09 -0700
Subject: [PATCH] Support override of PlatformManifest.txt content in servicing
(#25849)
- copied from release/3.1; not sure why this wasn't merged forward
- doing now ensures we don't forget if we need to service targeting packs
---
.../App.Ref/src/Microsoft.AspNetCore.App.Ref.csproj | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
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 a3f281107f..26b11b0603 100644
--- a/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.csproj
+++ b/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.csproj
@@ -52,6 +52,9 @@ This package is an internal implementation of the .NET Core SDK and is not meant
$(PkgMicrosoft_Extensions_Internal_Transport)\ref\$(TargetFramework)\
+
+ $(PlatformManifestOutputPath)
+ $(RepoRoot)eng\PlatformManifest.txt
@@ -144,7 +147,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
-
+