Update to depend on Newtonsoft.Json.9.0.1

This commit is contained in:
Dongbo Wang 2016-08-11 11:43:31 -07:00
parent e0b44475b0
commit 76ca7e5f52
3 changed files with 3 additions and 3 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",