Fix build warning
This commit is contained in:
parent
af19899927
commit
58ef466fa2
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue