Fix test projects.

This commit is contained in:
N. Taylor Mullen 2016-02-01 15:41:02 -08:00
parent c01d90900e
commit ffa63cb71f
2 changed files with 6 additions and 2 deletions

View File

@ -12,7 +12,8 @@
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
"xunit": "2.1.0"
"xunit": "2.1.0",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"testRunner": "xunit",
"commands": {
@ -30,6 +31,7 @@
}
},
"dnxcore50": {
"imports": "portable-net45+win8",
"dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*",
"Microsoft.Extensions.HashCodeCombiner.Sources": {

View File

@ -9,7 +9,8 @@
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Newtonsoft.Json": "7.0.1",
"xunit": "2.1.0"
"xunit": "2.1.0",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"testRunner": "xunit",
"commands": {
@ -27,6 +28,7 @@
}
},
"dnxcore50": {
"imports": "portable-net45+win8",
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"xunit.runner.aspnet": "2.0.0-aspnet-*"