dotnet-installer/TestAssets/DesktopTestProjects/DesktopAppWhichCallsDotnet/project.json
2016-05-05 17:21:27 -07:00

12 lines
208 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.DotNet.Cli.Utils": { "target": "project" }
},
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": {}
}
}