35 lines
763 B
JSON
35 lines
763 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": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
|
"Microsoft.Net.Http.Headers": "1.0.0-*",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
|
},
|
|
"publishOptions": {
|
|
"include": [
|
|
"Http.config",
|
|
"nginx.conf",
|
|
"NtlmAuthentication.config"
|
|
]
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": ""
|
|
}
|
|
}
|
|
}
|
|
} |