|
252 | 252 | android-x64; |
253 | 253 | " /> |
254 | 254 |
|
| 255 | + <Net100AppHostRids Include=" |
| 256 | + @(Net90AppHostRids); |
| 257 | + " /> |
| 258 | + |
| 259 | + <Net110AppHostRids Include=" |
| 260 | + @(Net100AppHostRids); |
| 261 | + haiku-x64; |
| 262 | + " /> |
| 263 | + |
255 | 264 | <Net110RuntimePackRids Include=" |
256 | 265 | @(Net100RuntimePackRids); |
257 | 266 | ios-arm64; |
|
262 | 271 | tvossimulator-x64; |
263 | 272 | maccatalyst-x64; |
264 | 273 | maccatalyst-arm64; |
| 274 | + haiku-x64; |
265 | 275 | " /> |
266 | 276 |
|
267 | | - <NetCoreAppHostRids Include="@(Net90AppHostRids)" /> |
| 277 | + <NetCoreAppHostRids Include="@(Net110AppHostRids)" /> |
268 | 278 |
|
269 | 279 | <NetCoreRuntimePackRids Include="@(Net110RuntimePackRids)" /> |
270 | 280 |
|
|
331 | 341 | linux-musl-loongarch64; |
332 | 342 | " /> |
333 | 343 |
|
334 | | - <MonoRuntimePackRids Include="@(Net90MonoRuntimePackRids)" /> |
| 344 | + <Net100MonoRuntimePackRids Include=" |
| 345 | + @(Net90MonoRuntimePackRids); |
| 346 | + " /> |
| 347 | + |
| 348 | + <Net110MonoRuntimePackRids Include=" |
| 349 | + @(Net100MonoRuntimePackRids); |
| 350 | + haiku-x64; |
| 351 | + " /> |
| 352 | + |
| 353 | + <MonoRuntimePackRids Include="@(Net110MonoRuntimePackRids)" /> |
335 | 354 |
|
336 | 355 | <AspNetCore30RuntimePackRids Include=" |
337 | 356 | win-x64; |
|
378 | 397 | linux-musl-loongarch64; |
379 | 398 | " /> |
380 | 399 |
|
381 | | - <Crossgen2SupportedRids Include="@(Net90Crossgen2SupportedRids);" /> |
| 400 | + <Net100Crossgen2SupportedRids Include=" |
| 401 | + @(Net90Crossgen2SupportedRids); |
| 402 | + " /> |
| 403 | + |
| 404 | + <Net110Crossgen2SupportedRids Include=" |
| 405 | + @(Net100Crossgen2SupportedRids); |
| 406 | + haiku-x64; |
| 407 | + " /> |
| 408 | + |
| 409 | + <Crossgen2SupportedRids Include="@(Net110Crossgen2SupportedRids);" /> |
382 | 410 |
|
383 | 411 | <Crossgen2SupportedPortableRids Include="@(Crossgen2SupportedRids)" /> |
384 | 412 |
|
|
412 | 440 | win-x86; |
413 | 441 | " /> |
414 | 442 |
|
415 | | - <!-- ILCompiler target RIDs that are officially supported, plus the architecture we are building the product for (TargetRid). See: |
416 | | - https://github.com/dotnet/runtime/blob/main/src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props --> |
417 | | - <ILCompilerSupportedRids Include=" |
| 443 | + <Net100ILCompilerSupportedRids Include=" |
418 | 444 | @(Net90ILCompilerSupportedRids); |
419 | 445 | linux-riscv64; |
420 | 446 | linux-musl-riscv64; |
421 | 447 | " /> |
422 | 448 |
|
| 449 | + <Net110ILCompilerSupportedRids Include=" |
| 450 | + @(Net100ILCompilerSupportedRids); |
| 451 | + haiku-x64; |
| 452 | + " /> |
| 453 | + |
| 454 | + <!-- ILCompiler target RIDs that are officially supported, plus the architecture we are building the product for (TargetRid). See: |
| 455 | + https://github.com/dotnet/runtime/blob/main/src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props --> |
| 456 | + <ILCompilerSupportedRids Include="@(Net110ILCompilerSupportedRids)" /> |
| 457 | + |
423 | 458 | <ILCompilerSupportedPortableRids Include="@(ILCompilerSupportedRids)" /> |
424 | 459 |
|
425 | 460 | <ILCompilerSupportedRids |
|
461 | 496 | wasi-wasm; |
462 | 497 | " /> |
463 | 498 |
|
464 | | - <NativeAOTRuntimePackRids Include=" |
| 499 | + <Net100NativeAOTRuntimePackRids Include=" |
465 | 500 | @(Net90NativeAOTRuntimePackRids); |
466 | 501 | linux-riscv64; |
467 | 502 | linux-musl-riscv64; |
468 | 503 | android-arm64; |
469 | 504 | android-x64; |
470 | | - "/> |
| 505 | + " /> |
| 506 | + |
| 507 | + <Net110NativeAOTRuntimePackRids Include=" |
| 508 | + @(Net100NativeAOTRuntimePackRids); |
| 509 | + haiku-x64; |
| 510 | + " /> |
| 511 | + |
| 512 | + <NativeAOTRuntimePackRids Include="@(Net110NativeAOTRuntimePackRids)" /> |
471 | 513 |
|
472 | 514 | <AspNetCore31RuntimePackRids Include="@(AspNetCore30RuntimePackRids)" /> |
473 | 515 | <AspNetCore50RuntimePackRids Include="@(AspNetCore31RuntimePackRids);linux-musl-arm;win-arm64" /> |
|
476 | 518 | <AspNetCore80RuntimePackRids Include="@(AspNetCore70RuntimePackRids);freebsd-x64;freebsd-arm64" /> |
477 | 519 | <AspNetCore80RuntimePackRids Remove="win-arm" /> |
478 | 520 | <AspNetCore90RuntimePackRids Include="@(AspNetCore80RuntimePackRids);linux-riscv64;linux-musl-riscv64;linux-loongarch64;linux-musl-loongarch64;" /> |
479 | | - <AspNetCoreRuntimePackRids Include="@(AspNetCore90RuntimePackRids)" /> |
| 521 | + <AspNetCore100RuntimePackRids Include="@(AspNetCore90RuntimePackRids)" /> |
| 522 | + <AspNetCore110RuntimePackRids Include="@(AspNetCore100RuntimePackRids);haiku-x64" /> |
| 523 | + <AspNetCoreRuntimePackRids Include="@(AspNetCore110RuntimePackRids)" /> |
480 | 524 |
|
481 | 525 | <WindowsDesktop30RuntimePackRids Include="win-x64;win-x86" /> |
482 | 526 | <WindowsDesktop31RuntimePackRids Include="@(WindowsDesktop30RuntimePackRids)" /> |
|
0 commit comments