Updating dependencies from last known good builds

This commit is contained in:
eerhardt 2016-03-31 11:53:24 -05:00 committed by Eric Erhardt
parent 1428eb81cf
commit 3afd85068a
107 changed files with 174 additions and 174 deletions

View file

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