Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit aadafdb

Browse files
committed
Migrate to Newtonsoft.Json 8.0.3
1 parent aeb377a commit aadafdb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/AspNet.Security.OAuth.Introspection/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" },
3131
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
3232
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-*",
33-
"Newtonsoft.Json": "8.0.2"
33+
"Newtonsoft.Json": "8.0.3"
3434
},
3535

3636
"frameworks": {

src/Owin.Security.OAuth.Introspection/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" },
3232
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
3333
"Microsoft.Owin.Security": "3.0.1",
34-
"Newtonsoft.Json": "8.0.2"
34+
"Newtonsoft.Json": "8.0.3"
3535
},
3636

3737
"frameworks": {

0 commit comments

Comments
 (0)