dotnet-installer/test/PackagedCommands/Consumers/AppWithToolDependency/project.json
2016-02-01 20:48:34 -08:00

18 lines
318 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23728"
},
"frameworks": {
"dnxcore50": { }
},
"tools": {
"dotnet-hello": { "version": "1.0.0", "target": "package" }
}
}