This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-13
lines changed
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 4 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 5
5
6
6
"dependencies" : {
7
7
"AspNet.Security.OAuth.Introspection" : " 1.0.0-alpha1-*" ,
8
+ "dotnet-test-xunit" : " 1.0.0-rc2-*" ,
8
9
"Microsoft.AspNetCore.TestHost" : " 1.0.0-rc2-*" ,
9
10
"Microsoft.Extensions.Caching.Memory" : " 1.0.0-rc2-*" ,
10
11
"Microsoft.Extensions.Logging.Debug" : " 1.0.0-rc2-*" ,
14
15
"frameworks" : {
15
16
"netcoreapp1.0" : {
16
17
"dependencies" : {
17
- "dotnet-test-xunit" : " 1.0.0-rc2-*" ,
18
18
"Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2-*" }
19
19
},
20
20
24
24
]
25
25
},
26
26
27
- "net451" : {
28
- "dependencies" : {
29
- "xunit.runner.console" : " 2.1.0"
30
- }
31
- }
27
+ "net451" : { }
32
28
},
33
29
34
30
"testRunner" : " xunit"
Original file line number Diff line number Diff line change 5
5
6
6
"dependencies" : {
7
7
"AspNet.Security.OAuth.Validation" : " 1.0.0-alpha1-*" ,
8
+ "dotnet-test-xunit" : " 1.0.0-rc2-*" ,
8
9
"Microsoft.AspNetCore.TestHost" : " 1.0.0-rc2-*" ,
9
10
"Microsoft.Extensions.Caching.Memory" : " 1.0.0-rc2-*" ,
10
11
"Microsoft.Extensions.Logging.Debug" : " 1.0.0-rc2-*" ,
15
16
"frameworks" : {
16
17
"netcoreapp1.0" : {
17
18
"dependencies" : {
18
- "dotnet-test-xunit" : " 1.0.0-rc2-*" ,
19
19
"Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0-rc2-*" },
20
20
"moq.netcore" : " 4.4.0-beta8" ,
21
21
"System.Diagnostics.TraceSource" : " 4.0.0-rc2-*"
29
29
30
30
"net451" : {
31
31
"dependencies" : {
32
- "Moq" : " 4.2.1312.1622" ,
33
- "xunit.runner.console" : " 2.1.0"
32
+ "Moq" : " 4.2.1312.1622"
34
33
}
35
34
}
36
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-*" ,
7
8
"Microsoft.Owin.Testing" : " 3.0.1" ,
8
9
"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"
11
11
},
12
12
13
13
"frameworks" : {
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-*" ,
7
8
"Microsoft.Owin.Testing" : " 3.0.1" ,
8
9
"Moq" : " 4.2.1312.1622" ,
9
10
"Newtonsoft.Json" : " 8.0.3" ,
10
11
"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"
13
13
},
14
14
15
15
"frameworks" : {
You can’t perform that action at this time.
0 commit comments