Add new .NET 9 NativeAOT runtime pack RIDs (#18121)

This commit is contained in:
Filip Navara 2024-01-08 12:02:38 +01:00 committed by GitHub
parent 10a89561fd
commit 7e601e1c0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
/>