23 lines
637 B
JSON
23 lines
637 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 Middleware to capture and display the request logs.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/diagnostics"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
|
|
"Microsoft.Framework.Logging.Abstractions": "1.0.0-*",
|
|
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Threading": "4.0.10-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|