Updating dependencies from last known good builds

This commit is contained in:
eerhardt 2016-03-29 15:59:19 +00:00
parent ac4c6702d5
commit 7eb9d07fb5
105 changed files with 198 additions and 200 deletions

View file

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