Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorEric Erhardt <eric.erhardt@microsoft.com>2017-05-18 17:23:12 +0300
committerGitHub <noreply@github.com>2017-05-18 17:23:12 +0300
commit8a5eccc90afa69e1fdb3d54fffe6d0d8c7aa5ded (patch)
tree56692d9b39c7bdb38695d2d7047f00fa9fec9564 /pkg
parentfb7ea45777b4553a17710f2d30b93cdded6be4d5 (diff)
parent11390aa0ba79eb72f62b7d626f796a2f8240ef3f (diff)
Merge pull request #19792 from GurliGebis/add-RIDs
Add Gentoo Linux and Buildroot RIDs
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index 74f36ff780..db4d9ee2be 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -568,6 +568,13 @@
"#import": [ "opensuse.42.1", "opensuse-x64" ]
},
+ "gentoo": {
+ "#import": [ "linux" ]
+ },
+ "gentoo-x64": {
+ "#import": [ "gentoo", "linux-x64" ]
+ },
+
"corert": {
"#import": [ "any" ]
},