dotnet-installer/test/PackagedCommands/Consumers/AppWithToolDependency/project.json.template

19 lines
321 B
Text
Raw Normal View History

2016-01-06 02:27:16 -08:00
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
2016-01-22 10:40:01 -08:00
"NETStandard.Library": "1.0.0-rc3-23722"
2016-01-06 02:27:16 -08:00
},
"frameworks": {
"dnxcore50": { }
},
"tools": {
"dotnet-hello": { "version": "1.0.0", "target": "package" }
}
}