Merge branch 'benaadams/codecoverage' into dev

This commit is contained in:
Cesar Blum Silveira 2016-10-06 15:01:43 -07:00
commit 663b825d97
2 changed files with 18 additions and 6 deletions

View File

@ -9,7 +9,11 @@
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"Moq": "4.6.36-*",
"Newtonsoft.Json": "9.0.1",
"xunit": "2.2.0-*"
"xunit": "2.2.0-*",
"Microsoft.CodeCoverage": {
"type": "build",
"version": "1.0.1"
}
},
"frameworks": {
"netcoreapp1.0": {
@ -21,12 +25,14 @@
"System.Net.Http.WinHttpHandler": "4.3.0-*",
"System.Net.NetworkInformation": "4.3.0-*",
"System.Runtime.Serialization.Primitives": "4.3.0-*"
}
},
"imports": "dnxcore50"
},
"net451": {
"frameworkAssemblies": {
"System.Net.Http": "4.0.0.0"
}
},
"imports": "dnx451"
}
},
"buildOptions": {

View File

@ -6,7 +6,11 @@
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
"xunit": "2.2.0-*",
"Microsoft.CodeCoverage": {
"type": "build",
"version": "1.0.1"
}
},
"frameworks": {
"netcoreapp1.0": {
@ -17,12 +21,14 @@
},
"System.Diagnostics.TraceSource": "4.3.0-*",
"System.Net.Http.WinHttpHandler": "4.3.0-*"
}
},
"imports": "dnxcore50"
},
"net451": {
"frameworkAssemblies": {
"System.Net.Http": "4.0.0.0"
}
},
"imports": "dnx451"
}
},
"buildOptions": {