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

Commit 20316e2

Browse files
committed
Update Json.NET to 9.0.1
1 parent 36023d6 commit 20316e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.AspNetCore.Authentication.OAuth/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
25-
"Newtonsoft.Json": "9.0.1-beta1"
25+
"Newtonsoft.Json": "9.0.1"
2626
},
2727
"frameworks": {
2828
"net451": {},

src/Microsoft.AspNetCore.Authentication.Twitter/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
25-
"Newtonsoft.Json": "9.0.1-beta1"
25+
"Newtonsoft.Json": "9.0.1"
2626
},
2727
"frameworks": {
2828
"net451": {},

0 commit comments

Comments
 (0)