diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets
index 6f9d010ef..137d00cc1 100644
--- a/src/redist/targets/GenerateBundledVersions.targets
+++ b/src/redist/targets/GenerateBundledVersions.targets
@@ -193,10 +193,14 @@
@(Net70AppHostRids);
" />
+
+
+
+
-
+
+
+
+
+
+
+
-
+
+
+
+
+
-
+
+
+
+
+
@@ -554,14 +576,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')"
/>
@@ -679,7 +701,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')"
/>