aspnetcore/src/PageGenerator/project.json

31 lines
597 B
JSON

{
"version": "1.0.0-*",
"description": "Builds the pages for the Diagnostics projects. Runs in build.cmd.",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"repository": {
"type": "git",
"url": "git://github.com/aspnet/diagnostics"
},
"dependencies": {
"Microsoft.AspNet.Razor": "4.0.0-*"
},
"frameworks": {
"dnx451": {
},
"dnxcore50": {
"dependencies": {
"System.Console": "4.0.0-*",
"System.Runtime": "4.0.21-*"
}
}
},
"commands": {
"run" : "PageGenerator"
}
}