Updating CoreFx to rc2-24015

This commit is contained in:
eerhardt 2016-04-15 05:25:53 +00:00
parent 880dcf2fc8
commit 070650ebac
98 changed files with 196 additions and 196 deletions

View file

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