Fix schema change warnings
This commit is contained in:
parent
c4aa4cb592
commit
14251d55a5
|
|
@ -10,11 +10,11 @@
|
|||
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
||||
"Microsoft.Net.Http.Headers": "1.0.0-*"
|
||||
},
|
||||
"compile": [
|
||||
"../ServerComparison.TestSites/Startup*.cs"
|
||||
],
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true
|
||||
"emitEntryPoint": true,
|
||||
"compile": {
|
||||
"include": "../ServerComparison.TestSites/Startup*.cs"
|
||||
}
|
||||
},
|
||||
"publishOptions": {
|
||||
"include": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue