This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
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 Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <packageSources >
4- <add key =" AspNetCiRelease" value =" https://www.myget.org/F/aspnetcirelease/api/v3/index.json" />
54 <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
65 <add key =" aspnet-contrib" value =" https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
76 </packageSources >
Original file line number Diff line number Diff 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/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 )
1010
1111## Get started
1212
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.0-alpha1-* " ,
2+ "version" : " 1.0.0-alpha1-final " ,
33
44 "packOptions" : {
55 "description" : " OAuth2 introspection middleware for ASP.NET Core." ,
3232
3333 "dependencies" : {
3434 "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 " ,
3737 "Newtonsoft.Json" : " 8.0.3"
3838 },
3939
4242
4343 "netstandard1.3" : {
4444 "dependencies" : {
45- "System.Dynamic.Runtime" : " 4.0.11-rc2-* "
45+ "System.Dynamic.Runtime" : " 4.0.11-rc2-24027 "
4646 },
4747
4848 "imports" : [
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.0-alpha1-* " ,
2+ "version" : " 1.0.0-alpha1-final " ,
33
44 "packOptions" : {
55 "description" : " OAuth2 validation middleware for ASP.NET Core." ,
3232
3333 "dependencies" : {
3434 "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 "
3636 },
3737
3838 "frameworks" : {
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.0-alpha1-* " ,
2+ "version" : " 1.0.0-alpha1-final " ,
33
44 "packOptions" : {
55 "description" : " OAuth2 introspection middleware for OWIN/Katana." ,
3333
3434 "dependencies" : {
3535 "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 " ,
3939 "Newtonsoft.Json" : " 8.0.3"
4040 },
4141
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.0-alpha1-* " ,
2+ "version" : " 1.0.0-alpha1-final " ,
33
44 "packOptions" : {
55 "description" : " OAuth2 validation middleware for OWIN/Katana." ,
3333
3434 "dependencies" : {
3535 "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 "
3838 },
3939
4040 "frameworks" : {
Original file line number Diff line number Diff line change 55
66 "dependencies" : {
77 "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 " ,
1212 "xunit" : " 2.1.0"
1313 },
1414
1515 "frameworks" : {
1616 "netcoreapp1.0" : {
1717 "dependencies" : {
18- "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2-* " }
18+ "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2-3002702 " }
1919 },
2020
2121 "imports" : [
2626
2727 "net451" : {
2828 "dependencies" : {
29- "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-* "
29+ "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-24027 "
3030 }
3131 }
3232 },
Original file line number Diff line number Diff line change 55
66 "dependencies" : {
77 "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 " ,
1212 "Newtonsoft.Json" : " 8.0.3" ,
1313 "xunit" : " 2.1.0"
1414 },
1515
1616 "frameworks" : {
1717 "netcoreapp1.0" : {
1818 "dependencies" : {
19- "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2-* " },
19+ "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2-3002702 " },
2020 "moq.netcore" : " 4.4.0-beta8" ,
21- "System.Diagnostics.TraceSource" : " 4.0.0-rc2-* "
21+ "System.Diagnostics.TraceSource" : " 4.0.0-rc2-24027 "
2222 },
2323
2424 "imports" : [
2929
3030 "net451" : {
3131 "dependencies" : {
32- "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-* " ,
32+ "Microsoft.NETCore.Platforms" : " 1.0.1-rc2-24027 " ,
3333 "Moq" : " 4.2.1312.1622"
3434 }
3535 }
Original file line number Diff line number Diff line change 44 },
55
66 "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 " ,
99 "Microsoft.Owin.Testing" : " 3.0.1" ,
1010 "Owin.Security.OAuth.Introspection" : { "target" : " project" },
1111 "xunit" : " 2.1.0"
Original file line number Diff line number Diff line change 44 },
55
66 "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 " ,
99 "Microsoft.Owin.Testing" : " 3.0.1" ,
1010 "Moq" : " 4.2.1312.1622" ,
1111 "Newtonsoft.Json" : " 8.0.3" ,
You can’t perform that action at this time.
0 commit comments