Adding Fedora 23

This commit is contained in:
Livar Cunha 2016-05-26 23:16:18 -07:00
parent 84d1b60ffe
commit e634fedae8
50 changed files with 175 additions and 44 deletions

View file

@ -9,6 +9,7 @@ namespace Microsoft.DotNet.Cli.Build.Framework
Ubuntu = 5,
CentOS = 6,
RHEL = 7,
Debian = 8
Debian = 8,
Fedora = 9
}
}