Merge pull request #2067 from eerhardt/UpdateDependencies23925

Updating CoreFX to rc2-23925
This commit is contained in:
Eric Erhardt 2016-03-25 17:21:14 -05:00
commit 77f4d9955c
101 changed files with 210 additions and 192 deletions

View file

@ -14,7 +14,7 @@ namespace Microsoft.DotNet.Cli.Build
{
public class CompileTargets
{
public static readonly string CoreCLRVersion = "1.0.2-rc2-23924";
public static readonly string CoreCLRVersion = "1.0.2-rc2-23925";
public static readonly string AppDepSdkVersion = "1.0.6-prerelease-00003";
public static readonly bool IsWinx86 = CurrentPlatform.IsWindows && CurrentArchitecture.Isx86;
@ -308,7 +308,7 @@ namespace Microsoft.DotNet.Cli.Build
// corehost will be renamed to dotnet at some point and then we will not need to rename it here.
File.Copy(
Path.Combine(Dirs.Corehost, CoreHostBaseName),
Path.Combine(SharedFrameworkNameAndVersionRoot, $"dotnet{Constants.ExeSuffix}"));
Path.Combine(SharedFrameworkNameAndVersionRoot, $"dotnet{Constants.ExeSuffix}"), true);
File.Copy(
Path.Combine(Dirs.Corehost, HostPolicyBaseName),
Path.Combine(SharedFrameworkNameAndVersionRoot, HostPolicyBaseName), true);

View file

@ -5,12 +5,12 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23924",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23924",
"System.Xml.XmlSerializer": "4.0.11-rc2-23924",
"NETStandard.Library": "1.5.0-rc2-23925",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925",
"System.Xml.XmlSerializer": "4.0.11-rc2-23925",
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
"WindowsAzure.Storage": "6.2.2-preview",
"System.Reflection.Metadata": "1.3.0-rc2-23924"
"System.Reflection.Metadata": "1.3.0-rc2-23925"
},
"frameworks": {
"netstandardapp1.5": {