Fix build break

This commit is contained in:
Pranav K 2016-05-02 16:20:14 -07:00
parent 2205f33a59
commit 071cf1c0f4
1 changed files with 8 additions and 1 deletions

View File

@ -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-*",