dotnet-installer/TestAssets/TestProjects/AppWithDirectAndToolDependency/project.json

26 lines
473 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911",
"dotnet-hello": {
"version": "1.0.0",
"target": "package"
2016-01-06 10:27:16 +00:00
}
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
},
"testRunner": "must-be-specified-to-generate-deps",
"tools": {
"dotnet-hello": {
"version": "2.0.0",
"target": "package"
}
}
2016-01-06 10:27:16 +00:00
}