44 lines
984 B
JSON
44 lines
984 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": "2.2.0-*",
|
|
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.3.0-*",
|
|
"Microsoft.Extensions.Logging": "1.2.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
|
|
"Microsoft.Extensions.Logging.Debug": "1.2.0-*",
|
|
"NETStandard.Library": "1.6.1-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Data": "",
|
|
"System.Net.Http": "",
|
|
"System.Net.Http.WebRequest": "",
|
|
"System.Runtime": "",
|
|
"System.Xml": ""
|
|
}
|
|
}
|
|
},
|
|
"testRunner": "xunit",
|
|
"runtimes": {
|
|
"win7-x86": {},
|
|
"win7-x64": {}
|
|
}
|
|
} |