Skip to content

Commit 144a405

Browse files
authored
Add win-x86 to known ILCompiler and NativeAOT runtime packs (#19166)
1 parent f9a421c commit 144a405

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/redist/targets/GenerateBundledVersions.targets

+2
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@
377377
@(Net80ILCompilerSupportedRids);
378378
linux-arm;
379379
linux-musl-arm;
380+
win-x86;
380381
" />
381382

382383
<!-- The subset of ILCompiler target RIDs that are officially supported. Should be a subset of
@@ -410,6 +411,7 @@
410411
linux-musl-x64;
411412
linux-musl-arm;
412413
linux-musl-arm64;
414+
win-x86;
413415
win-x64;
414416
win-arm64;
415417
browser-wasm;

0 commit comments

Comments
 (0)