Skip to content

Commit

Permalink
Add Fedora 37 RID (#67021)
Browse files Browse the repository at this point in the history
Fedora 37 has now started development, and the distribution now
identifies itself as Fedora 37 instead of Fedora 36:
https://fedorapeople.org/groups/schedule/f-37/f-37-key-tasks.html

This is a forward-port of #65392
  • Loading branch information
omajid authored Mar 23, 2022
1 parent a02b49a commit 195c7e2
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 @@ -3184,6 +3184,38 @@
"any",
"base"
],
"fedora.37": [
"fedora.37",
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.37-arm64": [
"fedora.37-arm64",
"fedora.37",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.37-x64": [
"fedora.37-x64",
"fedora.37",
"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 @@ -1175,6 +1175,23 @@
"fedora-x64"
]
},
"fedora.37": {
"#import": [
"fedora"
]
},
"fedora.37-arm64": {
"#import": [
"fedora.37",
"fedora-arm64"
]
},
"fedora.37-x64": {
"#import": [
"fedora.37",
"fedora-x64"
]
},
"freebsd": {
"#import": [
"unix"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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</Versions>
<Versions>23;24;25;26;27;28;29;30;31;32;33;34;35;36;37</Versions>
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
</RuntimeGroup>

Expand Down

0 comments on commit 195c7e2

Please sign in to comment.