Functional tests don't need to target desktop

The functional tests run the website out-of-process and include the combinations. The test driver doesn't need to be cross-compiled
Additionally fixing downgrade warning
This commit is contained in:
Pranav K 2016-12-28 14:13:58 -08:00
parent 25f74d5665
commit e81627ba02
1 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Localization": "1.2.0-*",
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.3.0-*",
"Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.2.0-*",
@ -19,8 +19,7 @@
"type": "platform"
}
}
},
"net451": {}
}
},
"testRunner": "xunit"
}