Fix the ilcompiler rid support ordering

This commit is contained in:
Marc Paine 2023-10-09 15:18:27 -07:00 committed by GitHub
parent a382864dae
commit 2923c4ffb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,16 +335,16 @@
win-x64;
" />
<Net80ILCompilerSupportedRids Include="@(Net70ILCompilerSupportedRids)" />
<!-- The subset of ILCompiler target RIDs that are officially supported. Should be a subset of
https://github.com/dotnet/runtime/blob/main/src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props -->
<ILCompilerSupportedRids Include="
@(Net80ILCompilerSupportedRids);
<Net80ILCompilerSupportedRids Include="
@(Net70ILCompilerSupportedRids);
osx-x64;
osx-arm64;
" />
<ILCompilerSupportedRids Include="@(Net80ILCompilerSupportedRids)" />
<NativeAOTRuntimePackRids Include="
ios-arm64;
iossimulator-arm64;