Fix build break
This commit is contained in:
parent
2205f33a59
commit
071cf1c0f4
|
|
@ -7,7 +7,14 @@
|
|||
]
|
||||
},
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true
|
||||
"warningsAsErrors": true,
|
||||
"copyToOutput": {
|
||||
"include": [
|
||||
"Http.config",
|
||||
"Https.config",
|
||||
"NtlmAuthentation.config"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Server.Testing": "1.0.0-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue