Add win-x86 to known ILCompiler and NativeAOT runtime packs (#19166)
This commit is contained in:
parent
f9a421c648
commit
144a405fd5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
@ -410,6 +411,7 @@
|
|||
linux-musl-x64;
|
||||
linux-musl-arm;
|
||||
linux-musl-arm64;
|
||||
win-x86;
|
||||
win-x64;
|
||||
win-arm64;
|
||||
browser-wasm;
|
||||
|
|
Loading…
Reference in a new issue