Skip to content

Commit c451224

Browse files
authored
Add Fedora 36 to the RID graph (#57833)
Backport of #57832 Fedora 36 is under development: $ podman run -it registry.fedoraproject.org/fedora:rawhide /bin/cat /etc/os-release NAME="Fedora Linux" VERSION="36 (Container Image Prerelease)" ID=fedora VERSION_ID=36 VERSION_CODENAME="" PLATFORM_ID="platform:f36" PRETTY_NAME="Fedora Linux 36 (Container Image Prerelease)" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:36" HOME_URL="https://fedoraproject.org/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/" SUPPORT_URL="https://fedoraproject.org/wiki/Communicating_and_getting_help" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=rawhide REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=rawhide PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy" VARIANT="Container Image" VARIANT_ID=container
1 parent 91406a1 commit c451224

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed

src/libraries/Microsoft.NETCore.Platforms/src/runtime.compatibility.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2883,6 +2883,38 @@
28832883
"any",
28842884
"base"
28852885
],
2886+
"fedora.36": [
2887+
"fedora.36",
2888+
"fedora",
2889+
"linux",
2890+
"unix",
2891+
"any",
2892+
"base"
2893+
],
2894+
"fedora.36-arm64": [
2895+
"fedora.36-arm64",
2896+
"fedora.36",
2897+
"fedora-arm64",
2898+
"fedora",
2899+
"linux-arm64",
2900+
"linux",
2901+
"unix-arm64",
2902+
"unix",
2903+
"any",
2904+
"base"
2905+
],
2906+
"fedora.36-x64": [
2907+
"fedora.36-x64",
2908+
"fedora.36",
2909+
"fedora-x64",
2910+
"fedora",
2911+
"linux-x64",
2912+
"linux",
2913+
"unix-x64",
2914+
"unix",
2915+
"any",
2916+
"base"
2917+
],
28862918
"freebsd": [
28872919
"freebsd",
28882920
"unix",

src/libraries/Microsoft.NETCore.Platforms/src/runtime.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,23 @@
11061106
"fedora-x64"
11071107
]
11081108
},
1109+
"fedora.36": {
1110+
"#import": [
1111+
"fedora"
1112+
]
1113+
},
1114+
"fedora.36-arm64": {
1115+
"#import": [
1116+
"fedora.36",
1117+
"fedora-arm64"
1118+
]
1119+
},
1120+
"fedora.36-x64": {
1121+
"#import": [
1122+
"fedora.36",
1123+
"fedora-x64"
1124+
]
1125+
},
11091126
"freebsd": {
11101127
"#import": [
11111128
"unix"

src/libraries/Microsoft.NETCore.Platforms/src/runtimeGroups.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<RuntimeGroup Include="fedora">
7272
<Parent>linux</Parent>
7373
<Architectures>x64;arm64</Architectures>
74-
<Versions>23;24;25;26;27;28;29;30;31;32;33;34;35</Versions>
74+
<Versions>23;24;25;26;27;28;29;30;31;32;33;34;35;36</Versions>
7575
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
7676
</RuntimeGroup>
7777

0 commit comments

Comments
 (0)