This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +32
-33
lines changed
AspNet.Security.OAuth.Introspection
AspNet.Security.OAuth.Validation
Owin.Security.OAuth.Introspection
Owin.Security.OAuth.Validation
AspNet.Security.OAuth.Introspection.Tests
AspNet.Security.OAuth.Validation.Tests
Owin.Security.OAuth.Introspection.Tests
Owin.Security.OAuth.Validation.Tests Expand file tree Collapse file tree 10 files changed +32
-33
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<packageSources >
4
- <add key =" AspNetCiRelease" value =" https://www.myget.org/F/aspnetcirelease/api/v3/index.json" />
5
4
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
6
5
<add key =" aspnet-contrib" value =" https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
7
6
</packageSources >
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/master ?svg=true )] ( https://ci.appveyor.com/project/aspnet-contrib/aspnet-security-oauth-extensions/branch/master )
9
+ [ ![ Build status] ( https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Extensions.svg?branch=master )] ( 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 1
1
{
2
- "version" : " 1.0.0-alpha1-* " ,
2
+ "version" : " 1.0.0-alpha1-final " ,
3
3
4
4
"packOptions" : {
5
5
"description" : " OAuth2 introspection middleware for ASP.NET Core." ,
32
32
33
33
"dependencies" : {
34
34
"JetBrains.Annotations" : { "type" : " build" , "version" : " 10.1.4" },
35
- "Microsoft.AspNetCore.Authentication" : " 1.0.0-rc2-* " ,
36
- "Microsoft.Extensions.Caching.Abstractions" : " 1.0.0-rc2-* " ,
35
+ "Microsoft.AspNetCore.Authentication" : " 1.0.0-rc2-final " ,
36
+ "Microsoft.Extensions.Caching.Abstractions" : " 1.0.0-rc2-final " ,
37
37
"Newtonsoft.Json" : " 8.0.3"
38
38
},
39
39
42
42
43
43
"netstandard1.3" : {
44
44
"dependencies" : {
45
- "System.Dynamic.Runtime" : " 4.0.11-rc2-* "
45
+ "System.Dynamic.Runtime" : " 4.0.11-rc2-24027 "
46
46
},
47
47
48
48
"imports" : [
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-alpha1-* " ,
2
+ "version" : " 1.0.0-alpha1-final " ,
3
3
4
4
"packOptions" : {
5
5
"description" : " OAuth2 validation middleware for ASP.NET Core." ,
32
32
33
33
"dependencies" : {
34
34
"JetBrains.Annotations" : { "type" : " build" , "version" : " 10.1.4" },
35
- "Microsoft.AspNetCore.Authentication" : " 1.0.0-rc2-* "
35
+ "Microsoft.AspNetCore.Authentication" : " 1.0.0-rc2-final "
36
36
},
37
37
38
38
"frameworks" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-alpha1-* " ,
2
+ "version" : " 1.0.0-alpha1-final " ,
3
3
4
4
"packOptions" : {
5
5
"description" : " OAuth2 introspection middleware for OWIN/Katana." ,
33
33
34
34
"dependencies" : {
35
35
"JetBrains.Annotations" : { "type" : " build" , "version" : " 10.1.4" },
36
- "Microsoft.Extensions.Caching.Memory" : " 1.0.0-rc2-* " ,
37
- "Microsoft.Extensions.Logging" : " 1.0.0-rc2-* " ,
38
- "Microsoft.Owin.Security.Interop" : " 1.0.0-rc2-* " ,
36
+ "Microsoft.Extensions.Caching.Memory" : " 1.0.0-rc2-final " ,
37
+ "Microsoft.Extensions.Logging" : " 1.0.0-rc2-final " ,
38
+ "Microsoft.Owin.Security.Interop" : " 1.0.0-rc2-final " ,
39
39
"Newtonsoft.Json" : " 8.0.3"
40
40
},
41
41
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-alpha1-* " ,
2
+ "version" : " 1.0.0-alpha1-final " ,
3
3
4
4
"packOptions" : {
5
5
"description" : " OAuth2 validation middleware for OWIN/Katana." ,
33
33
34
34
"dependencies" : {
35
35
"JetBrains.Annotations" : { "type" : " build" , "version" : " 10.1.4" },
36
- "Microsoft.Extensions.Logging" : " 1.0.0-rc2-* " ,
37
- "Microsoft.Owin.Security.Interop" : " 1.0.0-rc2-* "
36
+ "Microsoft.Extensions.Logging" : " 1.0.0-rc2-final " ,
37
+ "Microsoft.Owin.Security.Interop" : " 1.0.0-rc2-final "
38
38
},
39
39
40
40
"frameworks" : {
Original file line number Diff line number Diff line change 5
5
6
6
"dependencies" : {
7
7
"AspNet.Security.OAuth.Introspection" : { "target" : " project" },
8
- "dotnet-test-xunit" : " 1.0.0-rc2-* " ,
9
- "Microsoft.AspNetCore.TestHost" : " 1.0.0-rc2-* " ,
10
- "Microsoft.Extensions.Caching.Memory" : " 1.0.0-rc2-* " ,
11
- "Microsoft.Extensions.Logging.Debug" : " 1.0.0-rc2-* " ,
8
+ "dotnet-test-xunit" : " 1.0.0-rc2-build10015 " ,
9
+ "Microsoft.AspNetCore.TestHost" : " 1.0.0-rc2-final " ,
10
+ "Microsoft.Extensions.Caching.Memory" : " 1.0.0-rc2-final " ,
11
+ "Microsoft.Extensions.Logging.Debug" : " 1.0.0-rc2-final " ,
12
12
"xunit" : " 2.1.0"
13
13
},
14
14
15
15
"frameworks" : {
16
16
"netcoreapp1.0" : {
17
17
"dependencies" : {
18
- "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2-* " }
18
+ "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2-3002702 " }
19
19
},
20
20
21
21
"imports" : [
26
26
27
27
"net451" : {
28
28
"dependencies" : {
29
- "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-* "
29
+ "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-24027 "
30
30
}
31
31
}
32
32
},
Original file line number Diff line number Diff line change 5
5
6
6
"dependencies" : {
7
7
"AspNet.Security.OAuth.Validation" : { "target" : " project" },
8
- "dotnet-test-xunit" : " 1.0.0-rc2-* " ,
9
- "Microsoft.AspNetCore.TestHost" : " 1.0.0-rc2-* " ,
10
- "Microsoft.Extensions.Caching.Memory" : " 1.0.0-rc2-* " ,
11
- "Microsoft.Extensions.Logging.Debug" : " 1.0.0-rc2-* " ,
8
+ "dotnet-test-xunit" : " 1.0.0-rc2-build10015 " ,
9
+ "Microsoft.AspNetCore.TestHost" : " 1.0.0-rc2-final " ,
10
+ "Microsoft.Extensions.Caching.Memory" : " 1.0.0-rc2-final " ,
11
+ "Microsoft.Extensions.Logging.Debug" : " 1.0.0-rc2-final " ,
12
12
"Newtonsoft.Json" : " 8.0.3" ,
13
13
"xunit" : " 2.1.0"
14
14
},
15
15
16
16
"frameworks" : {
17
17
"netcoreapp1.0" : {
18
18
"dependencies" : {
19
- "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2-* " },
19
+ "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2-3002702 " },
20
20
"moq.netcore" : " 4.4.0-beta8" ,
21
- "System.Diagnostics.TraceSource" : " 4.0.0-rc2-* "
21
+ "System.Diagnostics.TraceSource" : " 4.0.0-rc2-24027 "
22
22
},
23
23
24
24
"imports" : [
29
29
30
30
"net451" : {
31
31
"dependencies" : {
32
- "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-* " ,
32
+ "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-24027 " ,
33
33
"Moq" : " 4.2.1312.1622"
34
34
}
35
35
}
Original file line number Diff line number Diff line change 4
4
},
5
5
6
6
"dependencies" : {
7
- "dotnet-test-xunit" : " 1.0.0-rc2-* " ,
8
- "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-* " ,
7
+ "dotnet-test-xunit" : " 1.0.0-rc2-build10015 " ,
8
+ "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-24027 " ,
9
9
"Microsoft.Owin.Testing" : " 3.0.1" ,
10
10
"Owin.Security.OAuth.Introspection" : { "target" : " project" },
11
11
"xunit" : " 2.1.0"
Original file line number Diff line number Diff line change 4
4
},
5
5
6
6
"dependencies" : {
7
- "dotnet-test-xunit" : " 1.0.0-rc2-* " ,
8
- "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-* " ,
7
+ "dotnet-test-xunit" : " 1.0.0-rc2-build10015 " ,
8
+ "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-24027 " ,
9
9
"Microsoft.Owin.Testing" : " 3.0.1" ,
10
10
"Moq" : " 4.2.1312.1622" ,
11
11
"Newtonsoft.Json" : " 8.0.3" ,
You can’t perform that action at this time.
0 commit comments