diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets
index d0497da2c..86a991487 100644
--- a/src/redist/targets/GenerateBundledVersions.targets
+++ b/src/redist/targets/GenerateBundledVersions.targets
@@ -193,10 +193,14 @@
@(Net70AppHostRids);
" />
+
+
+
+
-
+
+
+
+
+
+
+
-
+
+
+
+
+
-
+
+
+
+
+
+
+
@@ -545,14 +569,14 @@ Copyright (c) .NET Foundation. All rights reserved.
TargetingPackName="Microsoft.NETCore.App.Ref"
TargetingPackVersion="$(_NET70TargetingPackVersion)"
RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.**RID**"
- RuntimePackRuntimeIdentifiers="@(NetCoreRuntimePackRids, '%3B')"
+ RuntimePackRuntimeIdentifiers="@(Net70RuntimePackRids, '%3B')"
/>
@@ -560,14 +584,14 @@ Copyright (c) .NET Foundation. All rights reserved.
TargetFramework="net7.0"
Crossgen2PackNamePattern="Microsoft.NETCore.App.Crossgen2.**RID**"
Crossgen2PackVersion="$(_NET70RuntimePackVersion)"
- Crossgen2RuntimeIdentifiers="@(Crossgen2SupportedRids, '%3B')"
+ Crossgen2RuntimeIdentifiers="@(Net70Crossgen2SupportedRids, '%3B')"
/>
@@ -685,7 +709,7 @@ Copyright (c) .NET Foundation. All rights reserved.
TargetingPackName="Microsoft.NETCore.App.Ref"
TargetingPackVersion="$(_NET60TargetingPackVersion)"
RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.**RID**"
- RuntimePackRuntimeIdentifiers="@(NetCoreRuntimePackRids, '%3B')"
+ RuntimePackRuntimeIdentifiers="@(Net60RuntimePackRids, '%3B')"
/>