Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Add RIDs for Fedora 25 and 26 (#16302)
Browse files Browse the repository at this point in the history
  • Loading branch information
RheaAyase authored and danmoseley committed Feb 21, 2017
1 parent 7accf4a commit 9cd25db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 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 9cd25db

Please sign in to comment.