Fix build warning

This commit is contained in:
Pranav K 2016-05-20 17:10:56 -07:00
parent af19899927
commit 58ef466fa2
1 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,12 @@
{ {
"buildOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true,
"compile": {
"include": [
"../Shared/ApiConsistencyTestBase.cs",
"../Shared/TestHelpers.cs"
]
}
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-*",
@ -10,10 +16,6 @@
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"compile": [
"../Shared/ApiConsistencyTestBase.cs",
"../Shared/TestHelpers.cs"
],
"testRunner": "xunit", "testRunner": "xunit",
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {