Add Ubuntu 19.04 RID (dotnet/corefx#37233)
authorJeremy Barton <jbarton@microsoft.com>
Sat, 27 Apr 2019 18:47:35 +0000 (11:47 -0700)
committerStephen Toub <stoub@microsoft.com>
Sat, 27 Apr 2019 18:47:35 +0000 (14:47 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/ad4b12cbc4563b346f0de48fda06c41292650611

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

index 64512cb82db9eee7fd64856203fe96225c31bee7..4c398f887dd2bc3a4339cc89cd336cf967982543 100644 (file)
     "any",
     "base"
   ],
+  "ubuntu.19.04": [
+    "ubuntu.19.04",
+    "ubuntu",
+    "debian",
+    "linux",
+    "unix",
+    "any",
+    "base"
+  ],
+  "ubuntu.19.04-arm": [
+    "ubuntu.19.04-arm",
+    "ubuntu.19.04",
+    "ubuntu-arm",
+    "ubuntu",
+    "debian-arm",
+    "debian",
+    "linux-arm",
+    "linux",
+    "unix-arm",
+    "unix",
+    "any",
+    "base"
+  ],
+  "ubuntu.19.04-arm64": [
+    "ubuntu.19.04-arm64",
+    "ubuntu.19.04",
+    "ubuntu-arm64",
+    "ubuntu",
+    "debian-arm64",
+    "debian",
+    "linux-arm64",
+    "linux",
+    "unix-arm64",
+    "unix",
+    "any",
+    "base"
+  ],
+  "ubuntu.19.04-x64": [
+    "ubuntu.19.04-x64",
+    "ubuntu.19.04",
+    "ubuntu-x64",
+    "ubuntu",
+    "debian-x64",
+    "debian",
+    "linux-x64",
+    "linux",
+    "unix-x64",
+    "unix",
+    "any",
+    "base"
+  ],
+  "ubuntu.19.04-x86": [
+    "ubuntu.19.04-x86",
+    "ubuntu.19.04",
+    "ubuntu-x86",
+    "ubuntu",
+    "debian-x86",
+    "debian",
+    "linux-x86",
+    "linux",
+    "unix-x86",
+    "unix",
+    "any",
+    "base"
+  ],
   "unix": [
     "unix",
     "any",
index f9ee87f9febf0fb694c6fc8d5a00e9a2707e52c1..5c6e6987189f9b34748675cbdec9ab2abb787789 100644 (file)
         "ubuntu-x86"
       ]
     },
+    "ubuntu.19.04": {
+      "#import": [
+        "ubuntu"
+      ]
+    },
+    "ubuntu.19.04-arm": {
+      "#import": [
+        "ubuntu.19.04",
+        "ubuntu-arm"
+      ]
+    },
+    "ubuntu.19.04-arm64": {
+      "#import": [
+        "ubuntu.19.04",
+        "ubuntu-arm64"
+      ]
+    },
+    "ubuntu.19.04-x64": {
+      "#import": [
+        "ubuntu.19.04",
+        "ubuntu-x64"
+      ]
+    },
+    "ubuntu.19.04-x86": {
+      "#import": [
+        "ubuntu.19.04",
+        "ubuntu-x86"
+      ]
+    },
     "unix": {
       "#import": [
         "any"
index a819d57ddc6191426e8194a242cc6f841417fda4..249e5be9a2f3916d3153a0c571c7931a33cd5fb7 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</Versions>
+      <Versions>16.04;16.10;17.04;17.10;18.04;18.10;19.04</Versions>
       <TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
     </RuntimeGroup>