Add new .NET 9 NativeAOT runtime pack RIDs (#18121)
This commit is contained in:
parent
10a89561fd
commit
7e601e1c0b
1 changed files with 15 additions and 2 deletions
|
@ -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"
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue