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
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2017-08-04 03:50:44 +0300
committerJan Vorlicek <janvorli@microsoft.com>2017-08-04 03:50:44 +0300
commit5ff3a9dcb8605c704f93a059c2ac74780f50714c (patch)
tree423800ef581cf135d9b3e23dea8a31b3e4857b38 /pkg/Microsoft.NETCore.Platforms
parentb769a73ecf278f92993a8b789aaaaedbc55a7dc3 (diff)
Add RHEL 6 official RID
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms')
-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 319bd6a18a..a954b1d675 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -234,6 +234,13 @@
"#import": [ "rhel", "linux-x64" ]
},
+ "rhel.6": {
+ "#import": [ "rhel" ]
+ },
+ "rhel.6-x64": {
+ "#import": [ "rhel.6", "rhel-x64" ]
+ },
+
"rhel.7": {
"#import": [ "rhel" ]
},