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:
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" ]
},