diff --git a/src/Framework/Directory.Build.props b/src/Framework/Directory.Build.props index 7774279828..8cf57408e3 100644 --- a/src/Framework/Directory.Build.props +++ b/src/Framework/Directory.Build.props @@ -2,6 +2,7 @@ + data/ PlatformManifest.txt $(ArtifactsObjDir)$(PlatformManifestFileName) diff --git a/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj b/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj index c188613871..1ce85ef59f 100644 --- a/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj +++ b/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj @@ -33,7 +33,6 @@ This package is an internal implementation of the .NET Core SDK and is not meant false PackageOverrides.txt - data/ true diff --git a/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj index 0a6b4f5bed..5325b54a4f 100644 --- a/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj +++ b/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj @@ -265,11 +265,21 @@ This package is an internal implementation of the .NET Core SDK and is not meant BeforeTargets="_GetPackageFiles;GenerateNuspec" DependsOnTargets="ResolveReferences"> - + + + + + + <_PackageFiles Include="@(RuntimePackContent)" /> + + +