Revert "Revert "Updating CoreFX to rc2-24022""
This commit is contained in:
parent
8d4d669850
commit
02f232d4ab
61 changed files with 162 additions and 162 deletions
|
@ -18,7 +18,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
{
|
||||
public class CompileTargets
|
||||
{
|
||||
public static readonly string CoreCLRVersion = "1.0.2-rc2-24018";
|
||||
public static readonly string CoreCLRVersion = "1.0.2-rc2-24022";
|
||||
public static readonly bool IsWinx86 = CurrentPlatform.IsWindows && CurrentArchitecture.Isx86;
|
||||
|
||||
public static readonly string[] BinariesForCoreHost = new[]
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.5.0-rc2-24018",
|
||||
"Microsoft.CSharp": "4.0.1-rc2-24018",
|
||||
"NETStandard.Library": "1.5.0-rc2-24022",
|
||||
"Microsoft.CSharp": "4.0.1-rc2-24022",
|
||||
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc2-24018",
|
||||
"System.Reflection.Metadata": "1.3.0-rc2-24018",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24018",
|
||||
"System.Xml.XmlSerializer": "4.0.11-rc2-24018",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc2-24022",
|
||||
"System.Reflection.Metadata": "1.3.0-rc2-24022",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022",
|
||||
"System.Xml.XmlSerializer": "4.0.11-rc2-24022",
|
||||
"WindowsAzure.Storage": "6.2.2-preview"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue