Updating CoreFx to rc2-24027

This commit is contained in:
eerhardt 2016-04-27 05:41:53 +00:00
parent 7c504b2456
commit f8a155a4e6
62 changed files with 140 additions and 140 deletions

View file

@ -18,7 +18,7 @@ namespace Microsoft.DotNet.Cli.Build
{
public class CompileTargets
{
public static readonly string CoreCLRVersion = "1.0.2-rc2-24022";
public static readonly string CoreCLRVersion = "1.0.2-rc2-24027";
public static readonly bool IsWinx86 = CurrentPlatform.IsWindows && CurrentArchitecture.Isx86;
public static readonly string[] BinariesForCoreHost = new[]