dotnet-installer/tools/MultiProjectValidator/project.json
2016-04-08 04:05:26 -07:00

19 lines
375 B
JSON

{
"version": "1.0.0-*",
"name": "pjvalidate",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24008",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*"
},
"frameworks": {
"netstandardapp1.5": {
"imports": [
"dnxcore50"
]
}
}
}