RID for Exherbo linux (#47232)
authorMaxime SORIN <msorin@msorin.com>
Fri, 12 Feb 2021 23:01:15 +0000 (00:01 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Feb 2021 23:01:15 +0000 (15:01 -0800)
* RID for Exherbo linux

* delete versions

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

index f83a76d..128412b 100644 (file)
     "any",
     "base"
   ],
+  "exherbo": [
+    "exherbo",
+    "linux",
+    "unix",
+    "any",
+    "base"
+  ],
+  "exherbo-x64": [
+    "exherbo-x64",
+    "exherbo",
+    "linux-x64",
+    "linux",
+    "unix-x64",
+    "unix",
+    "any",
+    "base"
+  ],
   "fedora": [
     "fedora",
     "linux",
     "any",
     "base"
   ]
-}
\ No newline at end of file
+}
index c714ca1..9108602 100644 (file)
         "debian-x86"
       ]
     },
+    "exherbo": {
+      "#import": [
+        "linux"
+      ]
+    },
+    "exherbo-x64": {
+      "#import": [
+        "exherbo",
+        "linux-x64"
+      ]
+    },
     "fedora": {
       "#import": [
         "linux"
       ]
     }
   }
-}
\ No newline at end of file
+}
index 8bef4cf..3aa0280 100644 (file)
       <TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
     </RuntimeGroup>
 
+    <RuntimeGroup Include="exherbo">
+      <Parent>linux</Parent>
+      <Architectures>x64</Architectures>
+    </RuntimeGroup>
+
     <RuntimeGroup Include="fedora">
       <Parent>linux</Parent>
       <Architectures>x64;arm64</Architectures>