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

13 lines
194 B
JSON
Raw Normal View History

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