Merge pull request #3215 from eerhardt/netcore-rc3
Upgrade to CoreFX rc3
This commit is contained in:
commit
fe7b519722
113 changed files with 702 additions and 315 deletions
|
@ -15,7 +15,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
{
|
||||
public class CompileTargets
|
||||
{
|
||||
public static readonly string CoreCLRVersion = "1.0.2-rc2-24027";
|
||||
public static readonly string CoreCLRVersion = "1.0.2-rc3-24123-01";
|
||||
public static readonly bool IsWinx86 = CurrentPlatform.IsWindows && CurrentArchitecture.Isx86;
|
||||
|
||||
public static readonly string[] BinariesForCoreHost = new[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue