Skip to content

Commit

Permalink
Update runtime.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sirntar authored Dec 21, 2024
1 parent da258c1 commit 499f379
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/libraries/Microsoft.NETCore.Platforms/src/runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -2129,6 +2129,12 @@
"linux-ppc64le"
]
},
"linux-musl-riscv64": {
"#import": [
"linux-musl",
"linux-riscv64"
]
},
"linux-musl-loongarch64": {
"#import": [
"linux-musl",
Expand Down Expand Up @@ -2159,6 +2165,12 @@
"unix-ppc64le"
]
},
"linux-riscv64": {
"#import": [
"linux",
"unix-riscv64"
]
},
"linux-s390x": {
"#import": [
"linux",
Expand Down Expand Up @@ -4260,6 +4272,11 @@
"unix"
]
},
"unix-riscv64": {
"#import": [
"unix"
]
},
"unix-s390x": {
"#import": [
"unix"
Expand Down

0 comments on commit 499f379

Please sign in to comment.