56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"copyToOutput": {
|
|
"include": [
|
|
"Http.config",
|
|
"nginx.conf",
|
|
"NtlmAuthentication.config",
|
|
"NoCompression.config",
|
|
"NoCompression.conf"
|
|
]
|
|
}
|
|
},
|
|
"testRunner": "xunit",
|
|
"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.PlatformAbstractions": "1.2.0-*",
|
|
"Microsoft.Net.Http.Headers": "1.2.0-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"publishOptions": {
|
|
"include": [
|
|
"Http.config",
|
|
"nginx.conf",
|
|
"NtlmAuthentication.config",
|
|
"NoCompression.config",
|
|
"NoCompression.conf"
|
|
]
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.2.0-*",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
},
|
|
"net451": {}
|
|
},
|
|
"runtimes": {
|
|
"win7-x86": {},
|
|
"win7-x64": {},
|
|
"osx.10.10-x64": {},
|
|
"osx.10.11-x64": {},
|
|
"ubuntu.14.04-x64": {},
|
|
"ubuntu.14.10-x64": {},
|
|
"ubuntu.15.04-x64": {},
|
|
"ubuntu.16.04-x64": {},
|
|
"centos.7-x64": {},
|
|
"debian.8-x64": {}
|
|
}
|
|
} |