18 lines
420 B
JSON
18 lines
420 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 diagnostics middleware abstractions.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/diagnostics"
|
|
},
|
|
"compilationOptions": { "warningsAsErrors": true },
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Runtime": "4.0.20-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|