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

@ -49,7 +49,8 @@ namespace Microsoft.DotNet.Cli.Build
{ "centos.7-x64", "rhel.7-x64" },
{ "rhel.7-x64", "rhel.7-x64" },
{ "rhel.7.2-x64", "rhel.7-x64" },
{ "debian.8-x64", "debian.8-x64" }
{ "debian.8-x64", "debian.8-x64" },
{ "fedora.23-x64", "fedora.23-x64" }
};
public const string SharedFrameworkName = "Microsoft.NETCore.App";