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

@ -106,6 +106,10 @@ namespace Microsoft.DotNet.Cli.Build
{
rid = "debian.8-x64";
}
else if (CurrentPlatform.IsFedora)
{
rid = "fedora.{RuntimeEnvironment.OperatingSystemVersion}-x64";
}
return rid;
}