44 lines
1.0 KiB
JSON
44 lines
1.0 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.2.0-*",
|
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
|
"Microsoft.Net.Http.Headers": "1.1.0-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"publishOptions": {
|
|
"include": [
|
|
"Http.config",
|
|
"nginx.conf",
|
|
"NtlmAuthentication.config",
|
|
"NoCompression.config",
|
|
"NoCompression.conf"
|
|
]
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.1.0-*",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
},
|
|
"net451": {}
|
|
}
|
|
} |