dotnet-installer/tools/MultiProjectValidator/project.json
2016-05-05 11:05:58 -07:00

19 lines
388 B
JSON

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