Updating dependencies from last known good builds
This commit is contained in:
parent
1428eb81cf
commit
3afd85068a
107 changed files with 174 additions and 174 deletions
|
@ -14,7 +14,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
{
|
||||
public class CompileTargets
|
||||
{
|
||||
public static readonly string CoreCLRVersion = "1.0.2-rc2-23930";
|
||||
public static readonly string CoreCLRVersion = "1.0.2-rc2-23931";
|
||||
public static readonly string AppDepSdkVersion = "1.0.6-prerelease-00003";
|
||||
public static readonly bool IsWinx86 = CurrentPlatform.IsWindows && CurrentArchitecture.Isx86;
|
||||
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.5.0-rc2-23930",
|
||||
"Microsoft.CSharp": "4.0.1-rc2-23930",
|
||||
"NETStandard.Library": "1.5.0-rc2-23931",
|
||||
"Microsoft.CSharp": "4.0.1-rc2-23931",
|
||||
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc2-23930",
|
||||
"System.Reflection.Metadata": "1.3.0-rc2-23930",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23930",
|
||||
"System.Xml.XmlSerializer": "4.0.11-rc2-23930",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc2-23931",
|
||||
"System.Reflection.Metadata": "1.3.0-rc2-23931",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931",
|
||||
"System.Xml.XmlSerializer": "4.0.11-rc2-23931",
|
||||
"WindowsAzure.Storage": "6.2.2-preview"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue