aspnetcore/test/Microsoft.AspNetCore.Server.../project.json

39 lines
866 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.1.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Data": "",
"System.Net.Http": "",
"System.Net.Http.WebRequest": "",
"System.Runtime": "",
"System.Xml": ""
}
}
},
"testRunner": "xunit"
}