Skip to content

Commit

Permalink
Add win-x86 to known ILCompiler and NativeAOT runtime packs (#19166)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara committed Apr 5, 2024
1 parent f9a421c commit 144a405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/redist/targets/GenerateBundledVersions.targets
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@
@(Net80ILCompilerSupportedRids);
linux-arm;
linux-musl-arm;
win-x86;
" />

<!-- The subset of ILCompiler target RIDs that are officially supported. Should be a subset of
Expand Down Expand Up @@ -410,6 +411,7 @@
linux-musl-x64;
linux-musl-arm;
linux-musl-arm64;
win-x86;
win-x64;
win-arm64;
browser-wasm;
Expand Down

0 comments on commit 144a405

Please sign in to comment.