Define osx.10.15 RID (dotnet/corefx#38509)
authorJeremy Barton <jbarton@microsoft.com>
Fri, 14 Jun 2019 00:09:16 +0000 (17:09 -0700)
committerStephen Toub <stoub@microsoft.com>
Fri, 14 Jun 2019 00:09:16 +0000 (20:09 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/2458de0ada6a2eac4c36cc07628f4e7b3a02ad73

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 1d45d56..199bff8 100644 (file)
     "any",
     "base"
   ],
+  "osx.10.15": [
+    "osx.10.15",
+    "osx.10.14",
+    "osx.10.13",
+    "osx.10.12",
+    "osx.10.11",
+    "osx.10.10",
+    "osx",
+    "unix",
+    "any",
+    "base"
+  ],
+  "osx.10.15-x64": [
+    "osx.10.15-x64",
+    "osx.10.15",
+    "osx.10.14-x64",
+    "osx.10.14",
+    "osx.10.13-x64",
+    "osx.10.13",
+    "osx.10.12-x64",
+    "osx.10.12",
+    "osx.10.11-x64",
+    "osx.10.11",
+    "osx.10.10-x64",
+    "osx.10.10",
+    "osx-x64",
+    "osx",
+    "unix-x64",
+    "unix",
+    "any",
+    "base"
+  ],
   "rhel": [
     "rhel",
     "linux",
index af6347b..9beeadb 100644 (file)
         "osx.10.13-x64"
       ]
     },
+    "osx.10.15": {
+      "#import": [
+        "osx.10.14"
+      ]
+    },
+    "osx.10.15-x64": {
+      "#import": [
+        "osx.10.15",
+        "osx.10.14-x64"
+      ]
+    },
     "rhel": {
       "#import": [
         "linux"
index 55299c2..d236809 100644 (file)
@@ -92,7 +92,7 @@
     <RuntimeGroup Include="osx">
       <Parent>unix</Parent>
       <Architectures>x64</Architectures>
-      <Versions>10.10;10.11;10.12;10.13;10.14</Versions>
+      <Versions>10.10;10.11;10.12;10.13;10.14;10.15</Versions>
     </RuntimeGroup>
 
     <RuntimeGroup Include="freebsd">