Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 663b825

Browse files
author
Cesar Blum Silveira
committed
Merge branch 'benaadams/codecoverage' into dev
2 parents 03f8a7a + 2708b8a commit 663b825

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/project.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
1010
"Moq": "4.6.36-*",
1111
"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+
}
1317
},
1418
"frameworks": {
1519
"netcoreapp1.0": {
@@ -21,12 +25,14 @@
2125
"System.Net.Http.WinHttpHandler": "4.3.0-*",
2226
"System.Net.NetworkInformation": "4.3.0-*",
2327
"System.Runtime.Serialization.Primitives": "4.3.0-*"
24-
}
28+
},
29+
"imports": "dnxcore50"
2530
},
2631
"net451": {
2732
"frameworkAssemblies": {
2833
"System.Net.Http": "4.0.0.0"
29-
}
34+
},
35+
"imports": "dnx451"
3036
}
3137
},
3238
"buildOptions": {

test/Microsoft.AspNetCore.Server.KestrelTests/project.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
77
"Microsoft.AspNetCore.Testing": "1.1.0-*",
88
"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+
}
1014
},
1115
"frameworks": {
1216
"netcoreapp1.0": {
@@ -17,12 +21,14 @@
1721
},
1822
"System.Diagnostics.TraceSource": "4.3.0-*",
1923
"System.Net.Http.WinHttpHandler": "4.3.0-*"
20-
}
24+
},
25+
"imports": "dnxcore50"
2126
},
2227
"net451": {
2328
"frameworkAssemblies": {
2429
"System.Net.Http": "4.0.0.0"
25-
}
30+
},
31+
"imports": "dnx451"
2632
}
2733
},
2834
"buildOptions": {

0 commit comments

Comments
 (0)