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.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 55
66 "dependencies" : {
77 "AspNet.Security.OAuth.Introspection" : " 1.0.0-alpha1-*" ,
8+ "dotnet-test-xunit" : " 1.0.0-rc2-*" ,
89 "Microsoft.AspNetCore.TestHost" : " 1.0.0-rc2-*" ,
910 "Microsoft.Extensions.Caching.Memory" : " 1.0.0-rc2-*" ,
1011 "Microsoft.Extensions.Logging.Debug" : " 1.0.0-rc2-*" ,
1415 "frameworks" : {
1516 "netcoreapp1.0" : {
1617 "dependencies" : {
17- "dotnet-test-xunit" : " 1.0.0-rc2-*" ,
1818 "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2-*" }
1919 },
2020
2424 ]
2525 },
2626
27- "net451" : {
28- "dependencies" : {
29- "xunit.runner.console" : " 2.1.0"
30- }
31- }
27+ "net451" : { }
3228 },
3329
3430 "testRunner" : " xunit"
Original file line number Diff line number Diff line change 55
66 "dependencies" : {
77 "AspNet.Security.OAuth.Validation" : " 1.0.0-alpha1-*" ,
8+ "dotnet-test-xunit" : " 1.0.0-rc2-*" ,
89 "Microsoft.AspNetCore.TestHost" : " 1.0.0-rc2-*" ,
910 "Microsoft.Extensions.Caching.Memory" : " 1.0.0-rc2-*" ,
1011 "Microsoft.Extensions.Logging.Debug" : " 1.0.0-rc2-*" ,
1516 "frameworks" : {
1617 "netcoreapp1.0" : {
1718 "dependencies" : {
18- "dotnet-test-xunit" : " 1.0.0-rc2-*" ,
1919 "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2-*" },
2020 "moq.netcore" : " 4.4.0-beta8" ,
2121 "System.Diagnostics.TraceSource" : " 4.0.0-rc2-*"
2929
3030 "net451" : {
3131 "dependencies" : {
32- "Moq" : " 4.2.1312.1622" ,
33- "xunit.runner.console" : " 2.1.0"
32+ "Moq" : " 4.2.1312.1622"
3433 }
3534 }
3635 },
Original file line number Diff line number Diff line change 44 },
55
66 "dependencies" : {
7+ "dotnet-test-xunit" : " 1.0.0-rc2-*" ,
78 "Microsoft.Owin.Testing" : " 3.0.1" ,
89 "Owin.Security.OAuth.Introspection" : " 1.0.0-alpha1-*" ,
9- "xunit" : " 2.1.0" ,
10- "xunit.runner.console" : " 2.1.0"
10+ "xunit" : " 2.1.0"
1111 },
1212
1313 "frameworks" : {
Original file line number Diff line number Diff line change 44 },
55
66 "dependencies" : {
7+ "dotnet-test-xunit" : " 1.0.0-rc2-*" ,
78 "Microsoft.Owin.Testing" : " 3.0.1" ,
89 "Moq" : " 4.2.1312.1622" ,
910 "Newtonsoft.Json" : " 8.0.3" ,
1011 "Owin.Security.OAuth.Validation" : " 1.0.0-alpha1-*" ,
11- "xunit" : " 2.1.0" ,
12- "xunit.runner.console" : " 2.1.0"
12+ "xunit" : " 2.1.0"
1313 },
1414
1515 "frameworks" : {
You can’t perform that action at this time.
0 commit comments