This repository was archived by the owner on Dec 18, 2018. It is now read-only.
File tree 2 files changed +8
-23
lines changed
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
Microsoft.AspNetCore.Server.KestrelTests 2 files changed +8
-23
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.1.0-*" ,
3
3
"dependencies" : {
4
- "dotnet-test-xunit" : " 1.0 .0-*" ,
4
+ "dotnet-test-xunit" : " 2.2 .0-*" ,
5
5
"Microsoft.AspNetCore.Http.Abstractions" : " 1.1.0-*" ,
6
6
"Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0-*" ,
7
7
"Microsoft.AspNetCore.Server.Kestrel.Https" : " 1.1.0-*" ,
8
8
"Microsoft.AspNetCore.Testing" : " 1.1.0-*" ,
9
9
"Microsoft.Extensions.Logging.Console" : " 1.1.0-*" ,
10
10
"Newtonsoft.Json" : " 9.0.1" ,
11
- "xunit" : " 2.1.0 "
11
+ "xunit" : " 2.2.0-* "
12
12
},
13
13
"frameworks" : {
14
14
"netcoreapp1.0" : {
20
20
"System.Net.Http" : " 4.1.0-*" ,
21
21
"System.Net.Http.WinHttpHandler" : " 4.0.0-*" ,
22
22
"System.Runtime.Serialization.Primitives" : " 4.1.1-*"
23
- },
24
- "imports" : [
25
- " portable-dnxcore50+net45+win8+wp8+wpa81" ,
26
- " dotnet" ,
27
- " portable-net45+win8"
28
- ]
23
+ }
29
24
},
30
25
"net451" : {
31
- "dependencies" : {
32
- "xunit.runner.console" : " 2.1.0"
33
- },
34
26
"frameworkAssemblies" : {
35
27
"System.Net.Http" : " 4.0.0.0"
36
28
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.1.0-*" ,
3
3
"dependencies" : {
4
- "dotnet-test-xunit" : " 1.0 .0-*" ,
4
+ "dotnet-test-xunit" : " 2.2 .0-*" ,
5
5
"Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0-*" ,
6
6
"Microsoft.AspNetCore.Server.Kestrel.Https" : " 1.1.0-*" ,
7
7
"Microsoft.AspNetCore.Testing" : " 1.1.0-*" ,
8
- "xunit" : " 2.1.0"
8
+ "Moq" : " 4.6.25-*" ,
9
+ "xunit" : " 2.2.0-*"
9
10
},
10
11
"frameworks" : {
11
12
"netcoreapp1.0" : {
20
21
"System.Net.Http" : " 4.1.0-*" ,
21
22
"System.Net.Http.WinHttpHandler" : " 4.0.0-*" ,
22
23
"System.Net.Sockets" : " 4.1.0-*" ,
23
- "System.Runtime.Handles" : " 4.0.1-*" ,
24
- "moq.netcore" : " 4.4.0-beta8"
24
+ "System.Runtime.Handles" : " 4.0.1-*"
25
25
},
26
- "imports" : [
27
- " dnxcore50" ,
28
- " portable-net451+win8"
29
- ]
26
+ "imports" : " dotnet5.4"
30
27
},
31
28
"net451" : {
32
- "dependencies" : {
33
- "xunit.runner.console" : " 2.1.0" ,
34
- "Moq" : " 4.2.1312.1622"
35
- },
36
29
"frameworkAssemblies" : {
37
30
"System.Net.Http" : " 4.0.0.0"
38
31
}
You can’t perform that action at this time.
0 commit comments