Move dependency from Microsoft.NETCore.Runtime to Microsoft.NETCore.Runtime.CoreCLR.
This commit is contained in:
parent
4f14a3c33e
commit
9ffe91f367
5 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue