Fix tests for net451

This commit is contained in:
Pranav K 2016-05-03 19:24:22 -07:00
parent bba69da958
commit 039bb6e714
3 changed files with 4 additions and 6 deletions

View File

@ -21,6 +21,7 @@
"Microsoft.AspNetCore.Server.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"frameworks": {

View File

@ -4,6 +4,7 @@
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"frameworks": {
@ -20,11 +21,7 @@
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
}
"net451": {}
},
"testRunner": "xunit"
}

View File

@ -2,7 +2,7 @@
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"xunit": "2.1.0",
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
},
"frameworks": {
"netcoreapp1.0": {