未验证 提交 195c7e21 编写于 作者: O Omair Majid 提交者: GitHub

Add Fedora 37 RID (#67021)

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 https://github.com/dotnet/runtime/pull/65392
上级 a02b49a0
......@@ -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",
......
......@@ -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"
......
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册