Skip to content

Commit 187cb47

Browse files
Add Ubuntu 23.10 (Mantic Minotaur) RIDs to .NET 6 (#86309)
* 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 <[email protected]>
1 parent 162601f commit 187cb47

File tree

3 files changed

+95
-1
lines changed

3 files changed

+95
-1
lines changed

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

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9895,6 +9895,71 @@
98959895
"any",
98969896
"base"
98979897
],
9898+
"ubuntu.23.10": [
9899+
"ubuntu.23.10",
9900+
"ubuntu",
9901+
"debian",
9902+
"linux",
9903+
"unix",
9904+
"any",
9905+
"base"
9906+
],
9907+
"ubuntu.23.10-arm": [
9908+
"ubuntu.23.10-arm",
9909+
"ubuntu.23.10",
9910+
"ubuntu-arm",
9911+
"ubuntu",
9912+
"debian-arm",
9913+
"debian",
9914+
"linux-arm",
9915+
"linux",
9916+
"unix-arm",
9917+
"unix",
9918+
"any",
9919+
"base"
9920+
],
9921+
"ubuntu.23.10-arm64": [
9922+
"ubuntu.23.10-arm64",
9923+
"ubuntu.23.10",
9924+
"ubuntu-arm64",
9925+
"ubuntu",
9926+
"debian-arm64",
9927+
"debian",
9928+
"linux-arm64",
9929+
"linux",
9930+
"unix-arm64",
9931+
"unix",
9932+
"any",
9933+
"base"
9934+
],
9935+
"ubuntu.23.10-x64": [
9936+
"ubuntu.23.10-x64",
9937+
"ubuntu.23.10",
9938+
"ubuntu-x64",
9939+
"ubuntu",
9940+
"debian-x64",
9941+
"debian",
9942+
"linux-x64",
9943+
"linux",
9944+
"unix-x64",
9945+
"unix",
9946+
"any",
9947+
"base"
9948+
],
9949+
"ubuntu.23.10-x86": [
9950+
"ubuntu.23.10-x86",
9951+
"ubuntu.23.10",
9952+
"ubuntu-x86",
9953+
"ubuntu",
9954+
"debian-x86",
9955+
"debian",
9956+
"linux-x86",
9957+
"linux",
9958+
"unix-x86",
9959+
"unix",
9960+
"any",
9961+
"base"
9962+
],
98989963
"unix": [
98999964
"unix",
99009965
"any",

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3857,6 +3857,35 @@
38573857
"ubuntu-x86"
38583858
]
38593859
},
3860+
"ubuntu.23.10": {
3861+
"#import": [
3862+
"ubuntu"
3863+
]
3864+
},
3865+
"ubuntu.23.10-arm": {
3866+
"#import": [
3867+
"ubuntu.23.10",
3868+
"ubuntu-arm"
3869+
]
3870+
},
3871+
"ubuntu.23.10-arm64": {
3872+
"#import": [
3873+
"ubuntu.23.10",
3874+
"ubuntu-arm64"
3875+
]
3876+
},
3877+
"ubuntu.23.10-x64": {
3878+
"#import": [
3879+
"ubuntu.23.10",
3880+
"ubuntu-x64"
3881+
]
3882+
},
3883+
"ubuntu.23.10-x86": {
3884+
"#import": [
3885+
"ubuntu.23.10",
3886+
"ubuntu-x86"
3887+
]
3888+
},
38603889
"unix": {
38613890
"#import": [
38623891
"any"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<RuntimeGroup Include="ubuntu">
245245
<Parent>debian</Parent>
246246
<Architectures>x64;x86;arm;arm64</Architectures>
247-
<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>
247+
<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>
248248
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
249249
</RuntimeGroup>
250250

0 commit comments

Comments
 (0)