Updating CoreFX version to rc2-23923
This commit is contained in:
parent
c07115f52c
commit
a5813791d5
96 changed files with 155 additions and 155 deletions
|
@ -14,7 +14,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
{
|
||||
public class CompileTargets
|
||||
{
|
||||
public static readonly string CoreCLRVersion = "1.0.2-rc2-23922";
|
||||
public static readonly string CoreCLRVersion = "1.0.2-rc2-23923";
|
||||
public static readonly string AppDepSdkVersion = "1.0.6-prerelease-00003";
|
||||
public static readonly bool IsWinx86 = CurrentPlatform.IsWindows && CurrentArchitecture.Isx86;
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.5.0-rc2-23922",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23922",
|
||||
"System.Xml.XmlSerializer": "4.0.11-rc2-23922",
|
||||
"NETStandard.Library": "1.5.0-rc2-23923",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23923",
|
||||
"System.Xml.XmlSerializer": "4.0.11-rc2-23923",
|
||||
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
|
||||
"WindowsAzure.Storage": "6.2.2-preview",
|
||||
"System.Reflection.Metadata": "1.2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue