diff --git a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj
index dd7368806f96..cfbe759aff09 100644
--- a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj
+++ b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj
@@ -154,7 +154,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
$(LocalDotNetRoot)$(SharedRuntimeSubPath)
RuntimeList.xml
- $(SharedFxLayoutTargetDir)$(FrameworkListFileName)
+ $(ArtifactsObjDir)$(FrameworkListFileName)
$(InternalInstallerBaseName)-$(PackageVersion)-$(TargetRuntimeIdentifier)$(ArchiveExtension)
$(InstallersOutputPath)$(InternalArchiveOutputFileName)
@@ -545,7 +545,8 @@ This package is an internal implementation of the .NET Core SDK and is not meant
RootAttributes="@(FrameworkListRootAttributes)" />
-
+
+ <_PackageFiles Include="$(FrameworkListOutputPath)" PackagePath="$(ManifestsPackagePath)" />
<_PackageFiles Include="@(RuntimePackContent)" />