Updated Json.Net versions
This commit is contained in:
parent
1b4ccd0ddf
commit
c2194ea99d
|
|
@ -12,8 +12,7 @@
|
|||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
|
||||
"Microsoft.Extensions.Options": "1.0.0-*",
|
||||
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
|
||||
"Newtonsoft.Json": "6.0.6"
|
||||
"Microsoft.Extensions.WebEncoders": "1.0.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
|
|
|
|||
|
|
@ -10,8 +10,7 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*",
|
||||
"Newtonsoft.Json": "6.0.6"
|
||||
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
|
||||
"Newtonsoft.Json": "6.0.6"
|
||||
"Newtonsoft.Json": "8.0.2"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue