This commit is contained in:
Lakshan Fernando 2022-09-03 06:35:23 -07:00
parent 4dbf5a817a
commit d948f26705

View file

@ -249,8 +249,8 @@
<Crossgen2SupportedRids Include="@(Net60Crossgen2SupportedRids)" />
<!-- Match the ILCompilerRIDs.props at https://github.com/dotnet/runtime/blob/main/src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props -->
<ILCompilerSupportedRids Include="linux-arm;linux-musl-arm64;linux-arm64;linux-musl-x64;linux-x64;osx-x64;win-arm64;win-x64" />
<!-- Match the Crossgen2 RIDs although some are currently not supported in NativeAOT. Its better for the SDK not to block on the RIDs and let NativeAOT manage the experience -->
<ILCompilerSupportedRids Include="@(Net60Crossgen2SupportedRids)" />
<AspNetCore31RuntimePackRids Include="@(AspNetCore30RuntimePackRids)" />
<AspNetCore50RuntimePackRids Include="@(AspNetCore31RuntimePackRids);linux-musl-arm;win-arm64" />