Skip to content

Commit 141babc

Browse files
authored
Add RID for Fedora 39 (#82185)
The changes to runtime.json and runtime.compatibility.json were generated by tooling.
1 parent 766d8c1 commit 141babc

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
@@ -4862,6 +4862,38 @@
48624862
"any",
48634863
"base"
48644864
],
4865+
"fedora.39": [
4866+
"fedora.39",
4867+
"fedora",
4868+
"linux",
4869+
"unix",
4870+
"any",
4871+
"base"
4872+
],
4873+
"fedora.39-arm64": [
4874+
"fedora.39-arm64",
4875+
"fedora.39",
4876+
"fedora-arm64",
4877+
"fedora",
4878+
"linux-arm64",
4879+
"linux",
4880+
"unix-arm64",
4881+
"unix",
4882+
"any",
4883+
"base"
4884+
],
4885+
"fedora.39-x64": [
4886+
"fedora.39-x64",
4887+
"fedora.39",
4888+
"fedora-x64",
4889+
"fedora",
4890+
"linux-x64",
4891+
"linux",
4892+
"unix-x64",
4893+
"unix",
4894+
"any",
4895+
"base"
4896+
],
48654897
"freebsd": [
48664898
"freebsd",
48674899
"unix",

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,6 +1567,23 @@
15671567
"fedora-x64"
15681568
]
15691569
},
1570+
"fedora.39": {
1571+
"#import": [
1572+
"fedora"
1573+
]
1574+
},
1575+
"fedora.39-arm64": {
1576+
"#import": [
1577+
"fedora.39",
1578+
"fedora-arm64"
1579+
]
1580+
},
1581+
"fedora.39-x64": {
1582+
"#import": [
1583+
"fedora.39",
1584+
"fedora-x64"
1585+
]
1586+
},
15701587
"freebsd": {
15711588
"#import": [
15721589
"unix"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<RuntimeGroup Include="fedora">
8787
<Parent>linux</Parent>
8888
<Architectures>x64;arm64</Architectures>
89-
<Versions>23;24;25;26;27;28;29;30;31;32;33;34;35;36;37;38</Versions>
89+
<Versions>23;24;25;26;27;28;29;30;31;32;33;34;35;36;37;38;39</Versions>
9090
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
9191
</RuntimeGroup>
9292

0 commit comments

Comments
 (0)