This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
AspNet.Security.OAuth.Validation.Tests
Owin.Security.OAuth.Validation.Tests Expand file tree Collapse file tree 2 files changed +4
-6
lines changed 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
+ "Moq" : " 4.6.38-alpha" ,
12
13
"Newtonsoft.Json" : " 9.0.1" ,
13
14
"xunit" : " 2.2.0-beta2-build3300"
14
15
},
15
16
16
17
"frameworks" : {
17
18
"netcoreapp1.0" : {
18
19
"dependencies" : {
19
- "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0" },
20
- "moq.netcore" : " 4.4.0-beta8" ,
21
- "System.Diagnostics.TraceSource" : " 4.0.0"
20
+ "Microsoft.NETCore.App" : { "type" : " platform" , "version" : " 1.0.0" }
22
21
},
23
22
24
23
"imports" : [
29
28
30
29
"net451" : {
31
30
"dependencies" : {
32
- "Microsoft.NETCore.Platforms" : " 1.0.1" ,
33
- "Moq" : " 4.2.1312.1622"
31
+ "Microsoft.NETCore.Platforms" : " 1.0.1"
34
32
}
35
33
}
36
34
},
Original file line number Diff line number Diff line change 7
7
"dotnet-test-xunit" : " 2.2.0-preview2-build1029" ,
8
8
"Microsoft.NETCore.Platforms" : " 1.0.1" ,
9
9
"Microsoft.Owin.Testing" : " 3.0.1" ,
10
- "Moq" : " 4.2.1312.1622 " ,
10
+ "Moq" : " 4.6.38-alpha " ,
11
11
"Newtonsoft.Json" : " 9.0.1" ,
12
12
"Owin.Security.OAuth.Validation" : { "target" : " project" },
13
13
"xunit" : " 2.2.0-beta2-build3300"
You can’t perform that action at this time.
0 commit comments