FB
This commit is contained in:
parent
4dbf5a817a
commit
d948f26705
1 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue