Upgrade Newtonsoft.Json to 6.0.4 version

This commit is contained in:
Wei Wang 2014-09-09 16:52:05 -07:00
parent 9345afeed2
commit 44ccea6871
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
"Microsoft.Framework.Logging": "1.0.0-*",
"Microsoft.Framework.OptionsModel": "1.0.0-*",
"Newtonsoft.Json": "5.0.8"
"Newtonsoft.Json": "6.0.4"
},
"frameworks": {
"aspnet50": {

View File

@ -9,7 +9,7 @@
"Microsoft.DataAnnotations": "1.0.0-*",
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
"Microsoft.AspNet.Mvc.HeaderValueAbstractions": "1.0.0-*",
"Newtonsoft.Json": "5.0.8"
"Newtonsoft.Json": "6.0.4"
},
"frameworks": {
"aspnet50": {

View File

@ -12,7 +12,7 @@
"Microsoft.DataAnnotations" : "1.0.0-*",
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
"Moq": "4.2.1312.1622",
"Newtonsoft.Json": "5.0.8",
"Newtonsoft.Json": "6.0.4",
"Xunit.KRunner": "1.0.0-*"
},
"commands": {