dotnet-installer/tools/MultiProjectValidator/project.json

22 lines
431 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"name": "pjvalidate",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23901",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
2016-01-06 07:48:50 +00:00
"Microsoft.DotNet.Cli.Utils": "1.0.0-*"
},
"frameworks": {
"netstandardapp1.5": {
"imports": [
"dnxcore50"
]
}
}
}