19 lines
488 B
JSON
19 lines
488 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.21-beta-*",
|
|
"System.Resources.ResourceManager": "4.0.1-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|