41 lines
874 B
JSON
41 lines
874 B
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"copyToOutput": {
|
|
"include": [
|
|
"Http.config",
|
|
"nginx.conf",
|
|
"NtlmAuthentication.config"
|
|
]
|
|
}
|
|
},
|
|
"testRunner": "xunit",
|
|
"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.Net.Http.Headers": "1.1.0-*"
|
|
},
|
|
"publishOptions": {
|
|
"include": [
|
|
"Http.config",
|
|
"nginx.conf",
|
|
"NtlmAuthentication.config"
|
|
]
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0-*",
|
|
"type": "platform"
|
|
}
|
|
},
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net451+win8"
|
|
]
|
|
}
|
|
}
|
|
} |