Skip to content

Commit

Permalink
Add RIDs for Fedora 25 and 26 (dotnet/corefx#16302)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@9cd25db
  • Loading branch information
RheaAyase authored and danmoseley committed Feb 21, 2017
1 parent 370107f commit cfd6a26
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},
Expand Down

0 comments on commit cfd6a26

Please sign in to comment.