39 lines
802 B
JSON
39 lines
802 B
JSON
{
|
|
"version": "0.1.0-*",
|
|
"description": "ASP.NET Core Error Logging Middleware (ELM) to capture and display request logs.",
|
|
"tags": [
|
|
"aspnetcore",
|
|
"diagnostics"
|
|
],
|
|
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/diagnostics"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": { },
|
|
"netstandard1.3": {
|
|
"dependencies": {
|
|
"System.Threading": "4.0.11-*"
|
|
},
|
|
"imports": [
|
|
"dotnet5.4"
|
|
]
|
|
}
|
|
},
|
|
"compileExclude": [
|
|
"Views/*.cshtml"
|
|
]
|
|
} |