Initial changes to support building on Debian

This commit is contained in:
MichaelSimons 2016-04-12 09:41:33 -05:00
parent aed81d43db
commit e10e8c9cac
14 changed files with 190 additions and 3 deletions

View file

@ -32,7 +32,7 @@ namespace Microsoft.DotNet.Cli.Build
}
else if (CurrentPlatform.IsDebian)
{
packageId = "runtime.debian.8.2-x64.Microsoft.NETCore.Runtime.CoreCLR";
packageId = "runtime.debian.8-x64.Microsoft.NETCore.Runtime.CoreCLR";
}
else
{