Skip to content

Commit 92f8090

Browse files
Add Ubuntu 23.10 (Mantic Minotaur) RIDs to .NET 7 (#86306)
* Add Ubuntu 23.10 (Mantic Minotaur) RIDs * library Microsoft.NETCore.Platforms - added RIDs to runtime.compatibility.json - added RIDs to runtime.json - added Mantic Version Id to Ubuntu runtimeGroups.props - incremented ServicingVersion in Microsoft.NETCore.Platforms.csproj * Update src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj --------- Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
1 parent 1182123 commit 92f8090

3 files changed

Lines changed: 95 additions & 1 deletion

File tree

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

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10872,6 +10872,71 @@
1087210872
"any",
1087310873
"base"
1087410874
],
10875+
"ubuntu.23.10": [
10876+
"ubuntu.23.10",
10877+
"ubuntu",
10878+
"debian",
10879+
"linux",
10880+
"unix",
10881+
"any",
10882+
"base"
10883+
],
10884+
"ubuntu.23.10-arm": [
10885+
"ubuntu.23.10-arm",
10886+
"ubuntu.23.10",
10887+
"ubuntu-arm",
10888+
"ubuntu",
10889+
"debian-arm",
10890+
"debian",
10891+
"linux-arm",
10892+
"linux",
10893+
"unix-arm",
10894+
"unix",
10895+
"any",
10896+
"base"
10897+
],
10898+
"ubuntu.23.10-arm64": [
10899+
"ubuntu.23.10-arm64",
10900+
"ubuntu.23.10",
10901+
"ubuntu-arm64",
10902+
"ubuntu",
10903+
"debian-arm64",
10904+
"debian",
10905+
"linux-arm64",
10906+
"linux",
10907+
"unix-arm64",
10908+
"unix",
10909+
"any",
10910+
"base"
10911+
],
10912+
"ubuntu.23.10-x64": [
10913+
"ubuntu.23.10-x64",
10914+
"ubuntu.23.10",
10915+
"ubuntu-x64",
10916+
"ubuntu",
10917+
"debian-x64",
10918+
"debian",
10919+
"linux-x64",
10920+
"linux",
10921+
"unix-x64",
10922+
"unix",
10923+
"any",
10924+
"base"
10925+
],
10926+
"ubuntu.23.10-x86": [
10927+
"ubuntu.23.10-x86",
10928+
"ubuntu.23.10",
10929+
"ubuntu-x86",
10930+
"ubuntu",
10931+
"debian-x86",
10932+
"debian",
10933+
"linux-x86",
10934+
"linux",
10935+
"unix-x86",
10936+
"unix",
10937+
"any",
10938+
"base"
10939+
],
1087510940
"unix": [
1087610941
"unix",
1087710942
"any",

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4121,6 +4121,35 @@
41214121
"ubuntu-x86"
41224122
]
41234123
},
4124+
"ubuntu.23.10": {
4125+
"#import": [
4126+
"ubuntu"
4127+
]
4128+
},
4129+
"ubuntu.23.10-arm": {
4130+
"#import": [
4131+
"ubuntu.23.10",
4132+
"ubuntu-arm"
4133+
]
4134+
},
4135+
"ubuntu.23.10-arm64": {
4136+
"#import": [
4137+
"ubuntu.23.10",
4138+
"ubuntu-arm64"
4139+
]
4140+
},
4141+
"ubuntu.23.10-x64": {
4142+
"#import": [
4143+
"ubuntu.23.10",
4144+
"ubuntu-x64"
4145+
]
4146+
},
4147+
"ubuntu.23.10-x86": {
4148+
"#import": [
4149+
"ubuntu.23.10",
4150+
"ubuntu-x86"
4151+
]
4152+
},
41244153
"unix": {
41254154
"#import": [
41264155
"any"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<RuntimeGroup Include="ubuntu">
263263
<Parent>debian</Parent>
264264
<Architectures>x64;x86;arm;arm64</Architectures>
265-
<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</Versions>
265+
<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>
266266
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
267267
</RuntimeGroup>
268268

0 commit comments

Comments
 (0)