27 lines
618 B
JSON
27 lines
618 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 Middleware to capture and display the request logs.",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/diagnostics"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
"System.Threading": "4.0.11-beta-*"
|
|
}
|
|
}
|
|
},
|
|
"compileExclude": [
|
|
"Views/*.cshtml"
|
|
]
|
|
} |