Skip to content

Commit

Permalink
Add RID for Fedora 39 (#82185)
Browse files Browse the repository at this point in the history
The changes to runtime.json and runtime.compatibility.json were
generated by tooling.
  • Loading branch information
omajid authored Mar 4, 2023
1 parent 766d8c1 commit 141babc
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
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

0 comments on commit 141babc

Please sign in to comment.