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

18 lines
294 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc3-*"
},
"frameworks": {
"netcoreapp1.0": {}
},
"tools": {
2016-03-17 18:43:01 +00:00
"dotnet-portable": {
"version": "1.0.0",
"target": "package"
}
}
}