Adding Fedora 23
This commit is contained in:
parent
84d1b60ffe
commit
e634fedae8
50 changed files with 175 additions and 44 deletions
|
@ -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";
|
||||
|
|
|
@ -104,7 +104,8 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
"rhel.x64.version",
|
||||
"osx.x64.version",
|
||||
"debian.x64.version",
|
||||
"centos.x64.version"
|
||||
"centos.x64.version",
|
||||
"fedora.23.x64.version"
|
||||
};
|
||||
|
||||
string cliVersion = Utils.GetCliVersionFileContent(c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue