Updating CoreFx, CoreClr, CoreSetup to rc3-24209-08, rc3-24208-04, rc3-3004442-00 respectively
This commit is contained in:
parent
be2a94f136
commit
cd9bcd40b3
164 changed files with 259 additions and 261 deletions
|
@ -10,9 +10,9 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.6.0-rc3-24208-04",
|
||||
"System.Diagnostics.Process": "4.1.0-rc3-24208-04",
|
||||
"System.Reflection.TypeExtensions": "4.1.0-rc3-24208-04"
|
||||
"NETStandard.Library": "1.6.0-rc3-24209-08",
|
||||
"System.Diagnostics.Process": "4.1.0-rc3-24209-08",
|
||||
"System.Reflection.TypeExtensions": "4.1.0-rc3-24209-08"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.5": {
|
||||
|
|
|
@ -7,8 +7,8 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
{
|
||||
public class CliDependencyVersions
|
||||
{
|
||||
public static readonly string SharedFrameworkVersion = "1.0.0-rc3-004425";
|
||||
public static readonly string SharedHostVersion = "1.0.1-rc3-004425-00";
|
||||
public static readonly string SharedFrameworkVersion = "1.0.0-rc3-004442-00";
|
||||
public static readonly string SharedHostVersion = "1.0.1-rc3-004442-00";
|
||||
|
||||
public static readonly string SharedFrameworkChannel = "preview";
|
||||
public static readonly string SharedHostChannel = "preview";
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.6.0-rc3-24208-04",
|
||||
"NETStandard.Library": "1.6.0-rc3-24209-08",
|
||||
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24208-04",
|
||||
"Microsoft.CSharp": "4.0.1-rc3-24208-04",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc3-24208-04",
|
||||
"System.Reflection.Metadata": "1.3.0-rc3-24208-04",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24208-04",
|
||||
"System.Xml.XmlSerializer": "4.0.11-rc3-24208-04",
|
||||
"Microsoft.CSharp": "4.0.1-rc3-24209-08",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc3-24209-08",
|
||||
"System.Reflection.Metadata": "1.3.0-rc3-24209-08",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24209-08",
|
||||
"System.Xml.XmlSerializer": "4.0.11-rc3-24209-08",
|
||||
"WindowsAzure.Storage": "6.2.2-preview",
|
||||
"NuGet.CommandLine.XPlat": "3.5.0-beta2-1451",
|
||||
"Microsoft.DotNet.Cli.Build.Framework": {
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
"version": "1.0.0-*",
|
||||
"description": "Build scripts for dotnet-cli",
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.6.0-rc3-24208-04",
|
||||
"Microsoft.CSharp": "4.0.1-rc3-24208-04",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc3-24208-04",
|
||||
"System.Reflection.Metadata": "1.3.0-rc3-24208-04",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24208-04",
|
||||
"System.Xml.XmlSerializer": "4.0.11-rc3-24208-04",
|
||||
"NETStandard.Library": "1.6.0-rc3-24209-08",
|
||||
"Microsoft.CSharp": "4.0.1-rc3-24209-08",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc3-24209-08",
|
||||
"System.Reflection.Metadata": "1.3.0-rc3-24209-08",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24209-08",
|
||||
"System.Xml.XmlSerializer": "4.0.11-rc3-24209-08",
|
||||
"WindowsAzure.Storage": "6.2.2-preview",
|
||||
"Microsoft.DotNet.Cli.Build.Framework": {
|
||||
"target": "project"
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.6.0-rc3-24208-04",
|
||||
"Microsoft.CSharp": "4.0.1-rc3-24208-04",
|
||||
"NETStandard.Library": "1.6.0-rc3-24209-08",
|
||||
"Microsoft.CSharp": "4.0.1-rc3-24209-08",
|
||||
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24208-04",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24208-04",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24209-08",
|
||||
"Microsoft.DotNet.Cli.Build.Framework": {
|
||||
"target": "project"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue