dotnet-installer/TestAssets/DesktopTestProjects/DesktopAppWhichCallsDotnet/project.json

13 lines
208 B
JSON
Raw Normal View History

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