39 lines
873 B
JSON
39 lines
873 B
JSON
{
|
|
"publishOptions": {
|
|
"include": [
|
|
"Http.config",
|
|
"Https.config",
|
|
"NtlmAuthentation.config"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"copyToOutput": {
|
|
"include": [
|
|
"Http.config",
|
|
"Https.config",
|
|
"NtlmAuthentation.config"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Server.Testing": "0.2.0-*",
|
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging.Debug": "1.1.0-*",
|
|
"xunit": "2.1.0"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Data": "",
|
|
"System.Net.Http": "",
|
|
"System.Net.Http.WebRequest": "",
|
|
"System.Runtime": "",
|
|
"System.Xml": ""
|
|
}
|
|
}
|
|
},
|
|
"testRunner": "xunit"
|
|
} |