This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
AspNet.Security.OAuth.Introspection
Owin.Security.OAuth.Introspection
AspNet.Security.OAuth.Validation.Tests
Owin.Security.OAuth.Validation.Tests Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ AspNet.Security.OAuth.Extensions
5
5
6
6
** The latest nightly builds can be found on [ MyGet] ( https://www.myget.org/gallery/aspnet-contrib ) ** .
7
7
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 )
10
10
11
11
## Get started
12
12
Original file line number Diff line number Diff line change 35
35
"JetBrains.Annotations" : { "type" : " build" , "version" : " 10.1.4" },
36
36
"Microsoft.AspNetCore.Authentication" : " 1.0.0-*" ,
37
37
"Microsoft.Extensions.Caching.Abstractions" : " 1.0.0-*" ,
38
- "Newtonsoft.Json" : " 8 .0.3 "
38
+ "Newtonsoft.Json" : " 9 .0.1 "
39
39
},
40
40
41
41
"frameworks" : {
Original file line number Diff line number Diff line change 37
37
"Microsoft.Extensions.Caching.Memory" : " 1.0.0-*" ,
38
38
"Microsoft.Extensions.Logging" : " 1.0.0-*" ,
39
39
"Microsoft.Owin.Security.Interop" : " 1.0.0-*" ,
40
- "Newtonsoft.Json" : " 8 .0.3 "
40
+ "Newtonsoft.Json" : " 9 .0.1 "
41
41
},
42
42
43
43
"frameworks" : {
Original file line number Diff line number Diff line change 9
9
"Microsoft.AspNetCore.TestHost" : " 1.0.0-*" ,
10
10
"Microsoft.Extensions.Caching.Memory" : " 1.0.0-*" ,
11
11
"Microsoft.Extensions.Logging.Debug" : " 1.0.0-*" ,
12
- "Newtonsoft.Json" : " 8 .0.3 " ,
12
+ "Newtonsoft.Json" : " 9 .0.1 " ,
13
13
"xunit" : " 2.1.0"
14
14
},
15
15
Original file line number Diff line number Diff line change 8
8
"Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
9
9
"Microsoft.Owin.Testing" : " 3.0.1" ,
10
10
"Moq" : " 4.2.1312.1622" ,
11
- "Newtonsoft.Json" : " 8 .0.3 " ,
11
+ "Newtonsoft.Json" : " 9 .0.1 " ,
12
12
"Owin.Security.OAuth.Validation" : { "target" : " project" },
13
13
"xunit" : " 2.1.0"
14
14
},
You can’t perform that action at this time.
0 commit comments