dotnet-installer/tools/MultiProjectValidator/project.json

24 lines
416 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"name": "pjvalidate",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
2016-06-04 05:00:28 +00:00
"Microsoft.NETCore.App": "1.0.0-rc3-004397",
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"Microsoft.DotNet.Cli.Utils": {
"target": "project"
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dnxcore50"
]
}
}
}