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