Update to JSON.Net 6.0.6

Fixes #1473
This commit is contained in:
Pranav K 2014-10-29 10:18:55 -07:00
parent e25e4c4a5d
commit 07ff6eb3be
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"Microsoft.AspNet.Security": "1.0.0-*",
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" },
"Newtonsoft.Json": "6.0.4"
"Newtonsoft.Json": "6.0.6"
},
"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": "6.0.4"
"Newtonsoft.Json": "6.0.6"
},
"frameworks": {
"aspnet50": {