Merge branch 'release' into dev
This commit is contained in:
commit
a36f37347d
|
|
@ -7,7 +7,14 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true,
|
||||||
|
"copyToOutput": {
|
||||||
|
"include": [
|
||||||
|
"Http.config",
|
||||||
|
"Https.config",
|
||||||
|
"NtlmAuthentation.config"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Server.Testing": "1.0.0-*",
|
"Microsoft.AspNetCore.Server.Testing": "1.0.0-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue