diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets
index 7fd7b2c14..06d75e5e1 100644
--- a/src/redist/targets/GenerateBundledVersions.targets
+++ b/src/redist/targets/GenerateBundledVersions.targets
@@ -344,7 +344,7 @@
 
       <ILCompilerSupportedRids Include="@(Net80ILCompilerSupportedRids)" />
 
-      <NativeAOTRuntimePackRids Include="
+      <Net80NativeAOTRuntimePackRids Include="
           ios-arm64;
           iossimulator-arm64;
           iossimulator-x64;
@@ -360,6 +360,19 @@
           "
           />
 
+      <NativeAOTRuntimePackRids Include="
+          @(Net80NativeAOTRuntimePackRids);
+          linux-x64;
+          linux-arm64;
+          linux-musl-x64;
+          linux-musl-arm64;
+          win-x64;
+          win-arm64;
+          browser-wasm;
+          wasi-wasm;
+          "
+          />
+
       <AspNetCore31RuntimePackRids Include="@(AspNetCore30RuntimePackRids)" />
       <AspNetCore50RuntimePackRids Include="@(AspNetCore31RuntimePackRids);linux-musl-arm;win-arm64" />
       <AspNetCore60RuntimePackRids Include="@(AspNetCore50RuntimePackRids);osx-arm64;linux-s390x;linux-loongarch64" />
@@ -623,7 +636,7 @@ Copyright (c) .NET Foundation. All rights reserved.
                       RuntimeFrameworkName="Microsoft.NETCore.App"
                       LatestRuntimeFrameworkVersion="$(_NET80RuntimePackVersion)"
                       RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.NativeAOT.**RID**"
-                      RuntimePackRuntimeIdentifiers="@(NativeAOTRuntimePackRids, '%3B')"
+                      RuntimePackRuntimeIdentifiers="@(Net80NativeAOTRuntimePackRids, '%3B')"
                       RuntimePackLabels="NativeAOT"
                       />