Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' of https://github.com/dotnet/runtime into ubu2304
  • Loading branch information
wfurt committed Feb 22, 2023
commit 350b501d662e5c94f33b62c7fab8f94e037020ed
Original file line number Diff line number Diff line change
Expand Up @@ -10599,6 +10599,9 @@
"wasi-wasm": [
"wasi-wasm",
"wasi",
"unix-riscv64": [
"unix-riscv64",
"unix",
"any",
"base"
],
Expand Down
3 changes: 3 additions & 0 deletions src/libraries/Microsoft.NETCore.Platforms/src/runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -4115,6 +4115,9 @@
"wasi-wasm": {
"#import": [
"wasi"
"unix-riscv64": {
"#import": [
"unix"
]
},
"win": {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.