dotnet-installer/tools/MultiProjectValidator/project.json

18 lines
351 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"name": "pjvalidate",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23704",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
2016-01-06 07:48:50 +00:00
"Microsoft.DotNet.Cli.Utils": "1.0.0-*"
},
"frameworks": {
"dnxcore50": { }
}
}