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:
authorOmair Majid <omair.majid@gmail.com>2017-01-10 04:16:52 +0300
committerKarel Zikmund <karelz@users.noreply.github.com>2017-01-10 04:16:52 +0300
commit68c03688188cb2fd8adbfd12cadc5c6f30f99b43 (patch)
treeffffceba7a254373baeed60d9ad70bf533c4a052 /pkg/Microsoft.NETCore.Platforms/runtime.json
parenta2f238da9e3ba2210c8fa40559feb73b77661334 (diff)
Add RIDs for RHEL 7.3 and 7.4 (#15006)
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms/runtime.json')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index 5c7da9c0c8..d383454c34 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -230,6 +230,20 @@
"#import": [ "rhel.7.2", "rhel.7.1-x64" ]
},
+ "rhel.7.3": {
+ "#import": [ "rhel.7.2" ]
+ },
+ "rhel.7.3-x64": {
+ "#import": [ "rhel.7.3", "rhel.7.2-x64" ]
+ },
+
+ "rhel.7.4": {
+ "#import": [ "rhel.7.3" ]
+ },
+ "rhel.7.4-x64": {
+ "#import": [ "rhel.7.4", "rhel.7.3-x64" ]
+ },
+
"ol": {
"#import": [ "rhel" ]
},