Skip to content

Commit 107aeac

Browse files
authored
Add Ubuntu Kinetic 22.10 and Mantic 23.10 RIDs (#85912)
Adds the Runtime Identifiers (RIDs) for Ubuntu 22.10 Kinetic Kudu and the recently announced Ubuntu 23.10 Mantic Minotaur. Related to #84974, #84983, #84984
1 parent 63e6777 commit 107aeac

File tree

3 files changed

+189
-1
lines changed

3 files changed

+189
-1
lines changed

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

+130
Original file line numberDiff line numberDiff line change
@@ -10503,6 +10503,71 @@
1050310503
"any",
1050410504
"base"
1050510505
],
10506+
"ubuntu.22.10": [
10507+
"ubuntu.22.10",
10508+
"ubuntu",
10509+
"debian",
10510+
"linux",
10511+
"unix",
10512+
"any",
10513+
"base"
10514+
],
10515+
"ubuntu.22.10-arm": [
10516+
"ubuntu.22.10-arm",
10517+
"ubuntu.22.10",
10518+
"ubuntu-arm",
10519+
"ubuntu",
10520+
"debian-arm",
10521+
"debian",
10522+
"linux-arm",
10523+
"linux",
10524+
"unix-arm",
10525+
"unix",
10526+
"any",
10527+
"base"
10528+
],
10529+
"ubuntu.22.10-arm64": [
10530+
"ubuntu.22.10-arm64",
10531+
"ubuntu.22.10",
10532+
"ubuntu-arm64",
10533+
"ubuntu",
10534+
"debian-arm64",
10535+
"debian",
10536+
"linux-arm64",
10537+
"linux",
10538+
"unix-arm64",
10539+
"unix",
10540+
"any",
10541+
"base"
10542+
],
10543+
"ubuntu.22.10-x64": [
10544+
"ubuntu.22.10-x64",
10545+
"ubuntu.22.10",
10546+
"ubuntu-x64",
10547+
"ubuntu",
10548+
"debian-x64",
10549+
"debian",
10550+
"linux-x64",
10551+
"linux",
10552+
"unix-x64",
10553+
"unix",
10554+
"any",
10555+
"base"
10556+
],
10557+
"ubuntu.22.10-x86": [
10558+
"ubuntu.22.10-x86",
10559+
"ubuntu.22.10",
10560+
"ubuntu-x86",
10561+
"ubuntu",
10562+
"debian-x86",
10563+
"debian",
10564+
"linux-x86",
10565+
"linux",
10566+
"unix-x86",
10567+
"unix",
10568+
"any",
10569+
"base"
10570+
],
1050610571
"ubuntu.23.04": [
1050710572
"ubuntu.23.04",
1050810573
"ubuntu",
@@ -10568,6 +10633,71 @@
1056810633
"any",
1056910634
"base"
1057010635
],
10636+
"ubuntu.23.10": [
10637+
"ubuntu.23.10",
10638+
"ubuntu",
10639+
"debian",
10640+
"linux",
10641+
"unix",
10642+
"any",
10643+
"base"
10644+
],
10645+
"ubuntu.23.10-arm": [
10646+
"ubuntu.23.10-arm",
10647+
"ubuntu.23.10",
10648+
"ubuntu-arm",
10649+
"ubuntu",
10650+
"debian-arm",
10651+
"debian",
10652+
"linux-arm",
10653+
"linux",
10654+
"unix-arm",
10655+
"unix",
10656+
"any",
10657+
"base"
10658+
],
10659+
"ubuntu.23.10-arm64": [
10660+
"ubuntu.23.10-arm64",
10661+
"ubuntu.23.10",
10662+
"ubuntu-arm64",
10663+
"ubuntu",
10664+
"debian-arm64",
10665+
"debian",
10666+
"linux-arm64",
10667+
"linux",
10668+
"unix-arm64",
10669+
"unix",
10670+
"any",
10671+
"base"
10672+
],
10673+
"ubuntu.23.10-x64": [
10674+
"ubuntu.23.10-x64",
10675+
"ubuntu.23.10",
10676+
"ubuntu-x64",
10677+
"ubuntu",
10678+
"debian-x64",
10679+
"debian",
10680+
"linux-x64",
10681+
"linux",
10682+
"unix-x64",
10683+
"unix",
10684+
"any",
10685+
"base"
10686+
],
10687+
"ubuntu.23.10-x86": [
10688+
"ubuntu.23.10-x86",
10689+
"ubuntu.23.10",
10690+
"ubuntu-x86",
10691+
"ubuntu",
10692+
"debian-x86",
10693+
"debian",
10694+
"linux-x86",
10695+
"linux",
10696+
"unix-x86",
10697+
"unix",
10698+
"any",
10699+
"base"
10700+
],
1057110701
"unix": [
1057210702
"unix",
1057310703
"any",

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

+58
Original file line numberDiff line numberDiff line change
@@ -4046,6 +4046,35 @@
40464046
"ubuntu-x86"
40474047
]
40484048
},
4049+
"ubuntu.22.10": {
4050+
"#import": [
4051+
"ubuntu"
4052+
]
4053+
},
4054+
"ubuntu.22.10-arm": {
4055+
"#import": [
4056+
"ubuntu.22.10",
4057+
"ubuntu-arm"
4058+
]
4059+
},
4060+
"ubuntu.22.10-arm64": {
4061+
"#import": [
4062+
"ubuntu.22.10",
4063+
"ubuntu-arm64"
4064+
]
4065+
},
4066+
"ubuntu.22.10-x64": {
4067+
"#import": [
4068+
"ubuntu.22.10",
4069+
"ubuntu-x64"
4070+
]
4071+
},
4072+
"ubuntu.22.10-x86": {
4073+
"#import": [
4074+
"ubuntu.22.10",
4075+
"ubuntu-x86"
4076+
]
4077+
},
40494078
"ubuntu.23.04": {
40504079
"#import": [
40514080
"ubuntu"
@@ -4075,6 +4104,35 @@
40754104
"ubuntu-x86"
40764105
]
40774106
},
4107+
"ubuntu.23.10": {
4108+
"#import": [
4109+
"ubuntu"
4110+
]
4111+
},
4112+
"ubuntu.23.10-arm": {
4113+
"#import": [
4114+
"ubuntu.23.10",
4115+
"ubuntu-arm"
4116+
]
4117+
},
4118+
"ubuntu.23.10-arm64": {
4119+
"#import": [
4120+
"ubuntu.23.10",
4121+
"ubuntu-arm64"
4122+
]
4123+
},
4124+
"ubuntu.23.10-x64": {
4125+
"#import": [
4126+
"ubuntu.23.10",
4127+
"ubuntu-x64"
4128+
]
4129+
},
4130+
"ubuntu.23.10-x86": {
4131+
"#import": [
4132+
"ubuntu.23.10",
4133+
"ubuntu-x86"
4134+
]
4135+
},
40784136
"unix": {
40794137
"#import": [
40804138
"any"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
<RuntimeGroup Include="ubuntu">
268268
<Parent>debian</Parent>
269269
<Architectures>x64;x86;arm;arm64</Architectures>
270-
<Versions>16.04;16.10;17.04;17.10;18.04;18.10;19.04;19.10;20.04;20.10;21.04;21.10;22.04;23.04</Versions>
270+
<Versions>16.04;16.10;17.04;17.10;18.04;18.10;19.04;19.10;20.04;20.10;21.04;21.10;22.04;22.10;23.04;23.10</Versions>
271271
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
272272
</RuntimeGroup>
273273

0 commit comments

Comments
 (0)