dotnet-installer/TestAssets/TestProjects/AppWithOutputAssemblyName/project.json
moozzyk 1aac8fb643 Fixing ProjectDependenciesCommandFactory to resolve tools
if the package name is different from the dll name

Addresses #2592
2016-04-21 19:15:54 -07:00

12 lines
204 B
JSON

{
"compilationOptions": {
"outputName": "MyApp",
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-*"
},
"frameworks": {
"netcoreapp1.0": { }
}
}