276
276
Condition =" '$(BundleRuntimePacks)' == 'true'"
277
277
Include =" $(ProductMonikerRid)" />
278
278
279
- <ILCompilerSupportedRids
280
- Condition =" '$(BundleNativeAotCompiler)' == 'true'"
281
- Include =" $(ProductMonikerRid)" />
282
-
283
- <Crossgen2SupportedRids
284
- Condition =" '$(BundleCrossgen2)' == 'true'"
285
- Include =" $(ProductMonikerRid)" />
286
-
287
279
<Net60MonoRuntimePackRids Include ="
288
280
@(Net60RuntimePackRids);
289
281
browser-wasm;
376
368
377
369
<Crossgen2SupportedRids Include =" @(Net90Crossgen2SupportedRids);" />
378
370
371
+ <Crossgen2SupportedPortableRids Include =" @(Crossgen2SupportedRids)" />
372
+
373
+ <Crossgen2SupportedRids
374
+ Condition =" '$(BundleCrossgen2)' == 'true'"
375
+ Include =" $(ProductMonikerRid)" />
376
+
379
377
<Net70ILCompilerSupportedRids Include ="
380
378
linux-arm64;
381
379
linux-musl-arm64;
410
408
linux-musl-riscv64;
411
409
" />
412
410
411
+ <ILCompilerSupportedPortableRids Include =" @(ILCompilerSupportedRids)" />
412
+
413
+ <ILCompilerSupportedRids
414
+ Condition =" '$(BundleNativeAotCompiler)' == 'true'"
415
+ Include =" $(ProductMonikerRid)" />
416
+
413
417
<Net80NativeAOTRuntimePackRids Include ="
414
418
ios-arm64;
415
419
iossimulator-arm64;
@@ -703,6 +707,7 @@ Copyright (c) .NET Foundation. All rights reserved.
703
707
TargetFramework="net10.0"
704
708
Crossgen2PackNamePattern="Microsoft.NETCore.App.Crossgen2.**RID**"
705
709
Crossgen2PackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)"
710
+ Crossgen2PortableRuntimeIdentifiers="@(Crossgen2SupportedPortableRids, '%3B')"
706
711
Crossgen2RuntimeIdentifiers="@(Crossgen2SupportedRids, '%3B')"
707
712
/>
708
713
@@ -711,6 +716,7 @@ Copyright (c) .NET Foundation. All rights reserved.
711
716
ILCompilerPackNamePattern="runtime.**RID**.Microsoft.DotNet.ILCompiler"
712
717
ILCompilerRuntimePackNamePattern="Microsoft.NETCore.App.Runtime.NativeAOT.**RID**"
713
718
ILCompilerPackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)"
719
+ ILCompilerPortableRuntimeIdentifiers="@(ILCompilerSupportedPortableRids, '%3B')"
714
720
ILCompilerRuntimeIdentifiers="@(ILCompilerSupportedRids, '%3B')"
715
721
/>
716
722
0 commit comments