dotnet-installer/tools/MultiProjectValidator/project.json

17 lines
353 B
JSON

{
"version": "1.0.0-*",
"name": "pjvalidate",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23614",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
},
"frameworks": {
"dnxcore50": { }
}
}