Add build references to tests because they don't flow up to parent anymore. See:https://github.com/NuGet/Home/issues/2153

This commit is contained in:
BrennanConroy 2016-02-22 16:01:24 -08:00
parent 58e07a8b2b
commit f6d0443692
2 changed files with 18 additions and 2 deletions

View File

@ -6,7 +6,15 @@
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Net.Http": "4.0.1-*",
"xunit": "2.1.0"
"xunit": "2.1.0",
"Microsoft.AspNetCore.Internal.libuv-Darwin": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Internal.libuv-Windows": {
"version": "1.0.0-*",
"type": "build"
}
},
"frameworks": {
"dnxcore50": {

View File

@ -6,7 +6,15 @@
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Net.Http": "4.0.1-*",
"xunit": "2.1.0"
"xunit": "2.1.0",
"Microsoft.AspNetCore.Internal.libuv-Darwin": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Internal.libuv-Windows": {
"version": "1.0.0-*",
"type": "build"
}
},
"frameworks": {
"dnxcore50": {