Updating CoreFx to rc2-24018

This commit is contained in:
eerhardt 2016-04-18 05:23:16 +00:00
parent 37f00f24e9
commit eb4952df27
99 changed files with 173 additions and 173 deletions

View file

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