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

Commit 7bf11a9

Browse files
committed
Update Newtonsoft.Json to 9.0.1
1 parent 4467ab4 commit 7bf11a9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ AspNet.Security.OAuth.Extensions
55

66
**The latest nightly builds can be found on [MyGet](https://www.myget.org/gallery/aspnet-contrib)**.
77

8-
[![Build status](https://ci.appveyor.com/api/projects/status/aa7t5nfxpiri1e85/branch/release?svg=true)](https://ci.appveyor.com/project/aspnet-contrib/aspnet-security-oauth-extensions/branch/release)
9-
[![Build status](https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Extensions.svg?branch=release)](https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Extensions)
8+
[![Build status](https://ci.appveyor.com/api/projects/status/aa7t5nfxpiri1e85/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnet-contrib/aspnet-security-oauth-extensions/branch/dev)
9+
[![Build status](https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Extensions.svg?branch=dev)](https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Extensions)
1010

1111
## Get started
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
3636
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
3737
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-*",
38-
"Newtonsoft.Json": "8.0.3"
38+
"Newtonsoft.Json": "9.0.1"
3939
},
4040

4141
"frameworks": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
3838
"Microsoft.Extensions.Logging": "1.0.0-*",
3939
"Microsoft.Owin.Security.Interop": "1.0.0-*",
40-
"Newtonsoft.Json": "8.0.3"
40+
"Newtonsoft.Json": "9.0.1"
4141
},
4242

4343
"frameworks": {

test/AspNet.Security.OAuth.Validation.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
1010
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
1111
"Microsoft.Extensions.Logging.Debug": "1.0.0-*",
12-
"Newtonsoft.Json": "8.0.3",
12+
"Newtonsoft.Json": "9.0.1",
1313
"xunit": "2.1.0"
1414
},
1515

test/Owin.Security.OAuth.Validation.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Microsoft.NETCore.Platforms": "1.0.1-*",
99
"Microsoft.Owin.Testing": "3.0.1",
1010
"Moq": "4.2.1312.1622",
11-
"Newtonsoft.Json": "8.0.3",
11+
"Newtonsoft.Json": "9.0.1",
1212
"Owin.Security.OAuth.Validation": { "target": "project" },
1313
"xunit": "2.1.0"
1414
},

0 commit comments

Comments
 (0)