Add Ubuntu Kinetic 22.10 and Mantic 23.10 RIDs (#85912)
authorDominik Viererbe <github@dviererbe.de>
Mon, 15 May 2023 20:12:15 +0000 (23:12 +0300)
committerGitHub <noreply@github.com>
Mon, 15 May 2023 20:12:15 +0000 (13:12 -0700)
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

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

index 235ba87..0b0a22e 100644 (file)
     "any",
     "base"
   ],
+  "ubuntu.22.10": [
+    "ubuntu.22.10",
+    "ubuntu",
+    "debian",
+    "linux",
+    "unix",
+    "any",
+    "base"
+  ],
+  "ubuntu.22.10-arm": [
+    "ubuntu.22.10-arm",
+    "ubuntu.22.10",
+    "ubuntu-arm",
+    "ubuntu",
+    "debian-arm",
+    "debian",
+    "linux-arm",
+    "linux",
+    "unix-arm",
+    "unix",
+    "any",
+    "base"
+  ],
+  "ubuntu.22.10-arm64": [
+    "ubuntu.22.10-arm64",
+    "ubuntu.22.10",
+    "ubuntu-arm64",
+    "ubuntu",
+    "debian-arm64",
+    "debian",
+    "linux-arm64",
+    "linux",
+    "unix-arm64",
+    "unix",
+    "any",
+    "base"
+  ],
+  "ubuntu.22.10-x64": [
+    "ubuntu.22.10-x64",
+    "ubuntu.22.10",
+    "ubuntu-x64",
+    "ubuntu",
+    "debian-x64",
+    "debian",
+    "linux-x64",
+    "linux",
+    "unix-x64",
+    "unix",
+    "any",
+    "base"
+  ],
+  "ubuntu.22.10-x86": [
+    "ubuntu.22.10-x86",
+    "ubuntu.22.10",
+    "ubuntu-x86",
+    "ubuntu",
+    "debian-x86",
+    "debian",
+    "linux-x86",
+    "linux",
+    "unix-x86",
+    "unix",
+    "any",
+    "base"
+  ],
   "ubuntu.23.04": [
     "ubuntu.23.04",
     "ubuntu",
     "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",
index fea3f99..144a421 100644 (file)
         "ubuntu-x86"
       ]
     },
+    "ubuntu.22.10": {
+      "#import": [
+        "ubuntu"
+      ]
+    },
+    "ubuntu.22.10-arm": {
+      "#import": [
+        "ubuntu.22.10",
+        "ubuntu-arm"
+      ]
+    },
+    "ubuntu.22.10-arm64": {
+      "#import": [
+        "ubuntu.22.10",
+        "ubuntu-arm64"
+      ]
+    },
+    "ubuntu.22.10-x64": {
+      "#import": [
+        "ubuntu.22.10",
+        "ubuntu-x64"
+      ]
+    },
+    "ubuntu.22.10-x86": {
+      "#import": [
+        "ubuntu.22.10",
+        "ubuntu-x86"
+      ]
+    },
     "ubuntu.23.04": {
       "#import": [
         "ubuntu"
         "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"
index cf7d4a9..dfc6da2 100644 (file)
     <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;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>