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:
authorRadka <radkavectra@gmail.com>2017-02-21 08:19:59 +0300
committerDan Moseley <danmose@microsoft.com>2017-02-21 08:19:59 +0300
commit9cd25dbf898f8462fb687c4a0ae579d44bc557ca (patch)
tree989e60a2b06e0ae429564b7f4473ff4a8ad48444 /pkg
parent7accf4add072d26cd9993f704e54f698659769d2 (diff)
Add RIDs for Fedora 25 and 26 (#16302)
Diffstat (limited to 'pkg')
-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 5da4ed596c..ecdfc691bc 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -497,6 +497,20 @@
"#import": [ "fedora.24", "fedora-x64" ]
},
+ "fedora.25": {
+ "#import": [ "fedora" ]
+ },
+ "fedora.25-x64": {
+ "#import": [ "fedora.25", "fedora-x64" ]
+ },
+
+ "fedora.26": {
+ "#import": [ "fedora" ]
+ },
+ "fedora.26-x64": {
+ "#import": [ "fedora.26", "fedora-x64" ]
+ },
+
"opensuse": {
"#import": [ "linux" ]
},