Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Add RID for Fedora 39
The changes to runtime.json and runtime.compatibility.json were
generated by tooling.
  • Loading branch information
omajid committed Mar 3, 2023
commit 1be64bc8b674f3ffd0b6920dbdf61c0974035c5a
Original file line number Diff line number Diff line change
Expand Up @@ -4862,6 +4862,38 @@
"any",
"base"
],
"fedora.39": [
"fedora.39",
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.39-arm64": [
"fedora.39-arm64",
"fedora.39",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.39-x64": [
"fedora.39-x64",
"fedora.39",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"freebsd": [
"freebsd",
"unix",
Expand Down
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 @@ -1567,6 +1567,23 @@
"fedora-x64"
]
},
"fedora.39": {
"#import": [
"fedora"
]
},
"fedora.39-arm64": {
"#import": [
"fedora.39",
"fedora-arm64"
]
},
"fedora.39-x64": {
"#import": [
"fedora.39",
"fedora-x64"
]
},
"freebsd": {
"#import": [
"unix"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<RuntimeGroup Include="fedora">
<Parent>linux</Parent>
<Architectures>x64;arm64</Architectures>
<Versions>23;24;25;26;27;28;29;30;31;32;33;34;35;36;37;38</Versions>
<Versions>23;24;25;26;27;28;29;30;31;32;33;34;35;36;37;38;39</Versions>
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
</RuntimeGroup>

Expand Down