This repository was archived by the owner on Dec 18, 2018. It is now read-only.
File tree 2 files changed +18
-6
lines changed
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
Microsoft.AspNetCore.Server.KestrelTests 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 9
9
"Microsoft.Extensions.Logging.Testing" : " 1.1.0-*" ,
10
10
"Moq" : " 4.6.36-*" ,
11
11
"Newtonsoft.Json" : " 9.0.1" ,
12
- "xunit" : " 2.2.0-*"
12
+ "xunit" : " 2.2.0-*" ,
13
+ "Microsoft.CodeCoverage" : {
14
+ "type" : " build" ,
15
+ "version" : " 1.0.1"
16
+ }
13
17
},
14
18
"frameworks" : {
15
19
"netcoreapp1.0" : {
21
25
"System.Net.Http.WinHttpHandler" : " 4.3.0-*" ,
22
26
"System.Net.NetworkInformation" : " 4.3.0-*" ,
23
27
"System.Runtime.Serialization.Primitives" : " 4.3.0-*"
24
- }
28
+ },
29
+ "imports" : " dnxcore50"
25
30
},
26
31
"net451" : {
27
32
"frameworkAssemblies" : {
28
33
"System.Net.Http" : " 4.0.0.0"
29
- }
34
+ },
35
+ "imports" : " dnx451"
30
36
}
31
37
},
32
38
"buildOptions" : {
Original file line number Diff line number Diff line change 6
6
"Microsoft.AspNetCore.Server.Kestrel.Https" : " 1.1.0-*" ,
7
7
"Microsoft.AspNetCore.Testing" : " 1.1.0-*" ,
8
8
"Moq" : " 4.6.36-*" ,
9
- "xunit" : " 2.2.0-*"
9
+ "xunit" : " 2.2.0-*" ,
10
+ "Microsoft.CodeCoverage" : {
11
+ "type" : " build" ,
12
+ "version" : " 1.0.1"
13
+ }
10
14
},
11
15
"frameworks" : {
12
16
"netcoreapp1.0" : {
17
21
},
18
22
"System.Diagnostics.TraceSource" : " 4.3.0-*" ,
19
23
"System.Net.Http.WinHttpHandler" : " 4.3.0-*"
20
- }
24
+ },
25
+ "imports" : " dnxcore50"
21
26
},
22
27
"net451" : {
23
28
"frameworkAssemblies" : {
24
29
"System.Net.Http" : " 4.0.0.0"
25
- }
30
+ },
31
+ "imports" : " dnx451"
26
32
}
27
33
},
28
34
"buildOptions" : {
You can’t perform that action at this time.
0 commit comments