Update Json.NET to 9.0.1-beta1

This commit is contained in:
jacalvar 2016-06-03 12:38:28 -07:00
parent 33b69c14ed
commit 933b374f3e
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Authentication": "1.0.0-*", "Microsoft.AspNetCore.Authentication": "1.0.0-*",
"Newtonsoft.Json": "8.0.3" "Newtonsoft.Json": "9.0.1-beta1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -22,7 +22,7 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Authentication": "1.0.0-*", "Microsoft.AspNetCore.Authentication": "1.0.0-*",
"Newtonsoft.Json": "8.0.3" "Newtonsoft.Json": "9.0.1-beta1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},