diff --git a/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj b/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj index 9acbccd901..911bfead8a 100644 --- a/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj +++ b/src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj @@ -35,6 +35,9 @@ This package is an internal implementation of the .NET Core SDK and is not meant false + + PackageOverrides.txt + data/ @@ -47,6 +50,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant $(BuildDependsOn); + GeneratePackageConflictManifest; _ResolveTargetingPackContent; _BatchCopyToOutputDirectory; @@ -83,9 +87,25 @@ This package is an internal implementation of the .NET Core SDK and is not meant <_PackageFiles Include="@(RefPackContent)" PackagePath="$(RefAssemblyPackagePath)" /> + <_PackageFiles Include="$(TargetDir)$(PackageConflictManifestFileName)" PackagePath="$(PackageConflictManifestPackagePath)" /> + + + <_AspNetCoreAppPackageOverrides Include="@(ReferencePath->'%(NuGetPackageId)|%(NuGetPackageVersion)')" Condition=" '%(ReferencePath.NuGetPackageId)' != 'Microsoft.NETCore.App' AND '%(ReferencePath.NuGetSourceType)' == 'Package' " /> + <_AspNetCoreAppPackageOverrides Include="@(ReferencePath->'%(FileName)|$(SharedFxVersion)')" Condition=" '%(ReferencePath.ReferenceSourceTarget)' == 'ProjectReference' " /> + + + + +