Upgrade Newtonsoft.Json to 6.0.4 version
This commit is contained in:
parent
9345afeed2
commit
44ccea6871
|
|
@ -16,7 +16,7 @@
|
||||||
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
|
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
|
||||||
"Microsoft.Framework.Logging": "1.0.0-*",
|
"Microsoft.Framework.Logging": "1.0.0-*",
|
||||||
"Microsoft.Framework.OptionsModel": "1.0.0-*",
|
"Microsoft.Framework.OptionsModel": "1.0.0-*",
|
||||||
"Newtonsoft.Json": "5.0.8"
|
"Newtonsoft.Json": "6.0.4"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": {
|
"aspnet50": {
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"Microsoft.DataAnnotations": "1.0.0-*",
|
"Microsoft.DataAnnotations": "1.0.0-*",
|
||||||
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Mvc.HeaderValueAbstractions": "1.0.0-*",
|
"Microsoft.AspNet.Mvc.HeaderValueAbstractions": "1.0.0-*",
|
||||||
"Newtonsoft.Json": "5.0.8"
|
"Newtonsoft.Json": "6.0.4"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": {
|
"aspnet50": {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
"Microsoft.DataAnnotations" : "1.0.0-*",
|
"Microsoft.DataAnnotations" : "1.0.0-*",
|
||||||
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
||||||
"Moq": "4.2.1312.1622",
|
"Moq": "4.2.1312.1622",
|
||||||
"Newtonsoft.Json": "5.0.8",
|
"Newtonsoft.Json": "6.0.4",
|
||||||
"Xunit.KRunner": "1.0.0-*"
|
"Xunit.KRunner": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue