Updating core packages to rc3-24123-01

This commit is contained in:
Livar Cunha 2016-05-23 17:04:20 -07:00
parent f1d781a675
commit a9e12e0336
70 changed files with 236 additions and 228 deletions

View file

@ -15,7 +15,7 @@ namespace Microsoft.DotNet.Cli.Build
{
public class CompileTargets
{
public static readonly string CoreCLRVersion = "1.0.2-rc3-24113-00";
public static readonly string CoreCLRVersion = "1.0.2-rc3-24123-01";
public static readonly bool IsWinx86 = CurrentPlatform.IsWindows && CurrentArchitecture.Isx86;
public static readonly string[] BinariesForCoreHost = new[]