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