Skip to content

Commit

Permalink
Add Ubuntu 23.10 (Mantic Minotaur) RIDs to .NET 7 (#86306)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
dviererbe and carlossanlop authored May 16, 2023
1 parent 1182123 commit 92f8090
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10872,6 +10872,71 @@
"any",
"base"
],
"ubuntu.23.10": [
"ubuntu.23.10",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.23.10-arm": [
"ubuntu.23.10-arm",
"ubuntu.23.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.23.10-arm64": [
"ubuntu.23.10-arm64",
"ubuntu.23.10",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.23.10-x64": [
"ubuntu.23.10-x64",
"ubuntu.23.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.23.10-x86": [
"ubuntu.23.10-x86",
"ubuntu.23.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"unix": [
"unix",
"any",
Expand Down
29 changes: 29 additions & 0 deletions src/libraries/Microsoft.NETCore.Platforms/src/runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -4121,6 +4121,35 @@
"ubuntu-x86"
]
},
"ubuntu.23.10": {
"#import": [
"ubuntu"
]
},
"ubuntu.23.10-arm": {
"#import": [
"ubuntu.23.10",
"ubuntu-arm"
]
},
"ubuntu.23.10-arm64": {
"#import": [
"ubuntu.23.10",
"ubuntu-arm64"
]
},
"ubuntu.23.10-x64": {
"#import": [
"ubuntu.23.10",
"ubuntu-x64"
]
},
"ubuntu.23.10-x86": {
"#import": [
"ubuntu.23.10",
"ubuntu-x86"
]
},
"unix": {
"#import": [
"any"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<RuntimeGroup Include="ubuntu">
<Parent>debian</Parent>
<Architectures>x64;x86;arm;arm64</Architectures>
<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>
<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>
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
</RuntimeGroup>

Expand Down

0 comments on commit 92f8090

Please sign in to comment.