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

21 lines
341 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23929"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
2016-01-06 02:27:16 -08:00
}
},
"tools": {
2016-03-17 11:43:01 -07:00
"dotnet-portable": {
"version": "1.0.0",
"target": "package"
}
}
2016-01-06 02:27:16 -08:00
}