Skip to content

Commit

Permalink
Merge pull request #14464 from LakshanF/UpdateAotRids
Browse files Browse the repository at this point in the history
Add additional supported RIDs to ILCompiler package
  • Loading branch information
LakshanF authored Sep 7, 2022
2 parents dd355bb + 5ef2909 commit b8922a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/redist/targets/GenerateBundledVersions.targets
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit b8922a7

Please sign in to comment.