Updated Json.Net versions

This commit is contained in:
Ajay Bhargav Baaskaran 2016-02-04 15:50:27 -08:00
parent 1b4ccd0ddf
commit c2194ea99d
3 changed files with 3 additions and 5 deletions

View File

@ -12,8 +12,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Authentication": "1.0.0-*", "Microsoft.AspNetCore.Authentication": "1.0.0-*",
"Microsoft.Extensions.Options": "1.0.0-*", "Microsoft.Extensions.Options": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*", "Microsoft.Extensions.WebEncoders": "1.0.0-*"
"Newtonsoft.Json": "6.0.6"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -10,8 +10,7 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*", "Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*"
"Newtonsoft.Json": "6.0.6"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Authentication": "1.0.0-*", "Microsoft.AspNetCore.Authentication": "1.0.0-*",
"Newtonsoft.Json": "6.0.6" "Newtonsoft.Json": "8.0.2"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {