Merge pull request #2136 from eerhardt/UpdateDependencies20160330021008

Updating CoreFX from rc2-23929 to rc2-23930
This commit is contained in:
Eric Erhardt 2016-03-30 18:32:17 -05:00
commit 8816664062
105 changed files with 165 additions and 165 deletions

View file

@ -14,7 +14,7 @@ namespace Microsoft.DotNet.Cli.Build
{
public class CompileTargets
{
public static readonly string CoreCLRVersion = "1.0.2-rc2-23929";
public static readonly string CoreCLRVersion = "1.0.2-rc2-23930";
public static readonly string AppDepSdkVersion = "1.0.6-prerelease-00003";
public static readonly bool IsWinx86 = CurrentPlatform.IsWindows && CurrentArchitecture.Isx86;