Merge pull request #1732 from daxian-dbw/master

Update project.json files to depend on Microsoft.NETCore.Runtime.CoreCLR.1.0.4 and Newtonsoft.Json.9.0.1
This commit is contained in:
Dongbo Wang 2016-08-11 13:25:52 -07:00 committed by GitHub
commit 7c9a76bfdb
5 changed files with 7 additions and 5 deletions

View file

@ -86,7 +86,7 @@
"imports": [ "dnxcore50", "portable-net45+win8" ],
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.1.1",
"Newtonsoft.Json": "7.0.1",
"Newtonsoft.Json": "9.0.1",
"System.Diagnostics.TextWriterTraceListener": "4.0.0"
}
},

View file

@ -45,7 +45,7 @@
}
},
"dependencies": {
"Newtonsoft.Json": "7.0.1",
"Newtonsoft.Json": "9.0.1",
"System.Xml.XDocument": "4.0.11",
"System.IO.MemoryMappedFiles": "4.0.0"
}

View file

@ -144,7 +144,7 @@
"Microsoft.CSharp": "4.0.1",
"Microsoft.Win32.Registry.AccessControl": "4.0.0",
"Newtonsoft.Json": "7.0.1",
"Newtonsoft.Json": "9.0.1",
"System.Collections.Specialized": "4.0.1",
"System.Collections.NonGeneric": "4.0.1",
"System.ComponentModel.EventBasedAsync": "4.0.11",

View file

@ -66,7 +66,8 @@
"define": [ "CORECLR" ]
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0"
"Microsoft.NETCore.App": "1.0.0",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.4"
}
}
},

View file

@ -69,7 +69,8 @@
"define": [ "CORECLR" ]
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0"
"Microsoft.NETCore.App": "1.0.0",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.4"
}
}
},