Merge pull request #14464 from LakshanF/UpdateAotRids
Add additional supported RIDs to ILCompiler package
This commit is contained in:
commit
b8922a7865
1 changed files with 2 additions and 1 deletions
|
@ -249,7 +249,8 @@
|
|||
|
||||
<Crossgen2SupportedRids Include="@(Net60Crossgen2SupportedRids)" />
|
||||
|
||||
<ILCompilerSupportedRids Include="linux-musl-x64;linux-x64;linux-arm64;win-x64;win-arm64" />
|
||||
<!-- 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…
Reference in a new issue