diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 7de869cf2..05f42620a 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -190,6 +190,7 @@ Copyright (c) .NET Foundation. All rights reserved. AppHostRuntimeIdentifiers="@(NetCoreRuntimePackRids, '%3B')" RuntimePackNamePatterns="runtime.**RID**.Microsoft.NETCore.App%3Bruntime.**RID**.Microsoft.NETCore.DotNetHostResolver%3Bruntime.**RID**.Microsoft.NETCore.DotNetHostPolicy" RuntimePackRuntimeIdentifiers="@(NetCoreRuntimePackRids, '%3B')" + PackagesToReference="Microsoft.NETCore.App/$(NetCoreAppTargetingPackVersion)" />