Move dependency from Microsoft.NETCore.Runtime to Microsoft.NETCore.Runtime.CoreCLR.

This commit is contained in:
Eric Erhardt 2016-06-03 16:35:00 -05:00
parent 4f14a3c33e
commit 9ffe91f367
5 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
"netstandard1.6": {
"dependencies": {
"NETStandard.Library": "1.6.0-rc3-24201-00",
"Microsoft.NETCore.Runtime": "1.0.2-rc3-24201-00"
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24201-00"
}
}
},

View file

@ -20,7 +20,7 @@
"netstandard1.6": {
"dependencies": {
"NETStandard.Library": "1.6.0-rc3-24201-00",
"Microsoft.NETCore.Runtime": "1.0.2-rc3-24201-00"
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24201-00"
}
}
},

View file

@ -20,7 +20,7 @@
"netstandard1.6": {
"dependencies": {
"NETStandard.Library": "1.6.0-rc3-24201-00",
"Microsoft.NETCore.Runtime": "1.0.2-rc3-24201-00"
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24201-00"
}
}
},

View file

@ -6,7 +6,7 @@
},
"dependencies": {
"NETStandard.Library": "1.6.0-rc3-24201-00",
"Microsoft.NETCore.Runtime": "1.0.2-rc3-24201-00",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24201-00",
"Microsoft.CSharp": "4.0.1-rc3-24201-00",
"System.Dynamic.Runtime": "4.0.11-rc3-24201-00",
"System.Reflection.Metadata": "1.3.0-rc3-24201-00",

View file

@ -7,7 +7,7 @@
"dependencies": {
"NETStandard.Library": "1.6.0-rc3-24201-00",
"Microsoft.CSharp": "4.0.1-rc3-24201-00",
"Microsoft.NETCore.Runtime": "1.0.2-rc3-24201-00",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24201-00",
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24201-00",
"Microsoft.DotNet.Cli.Build.Framework": {
"target": "project"