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

13 lines
198 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"dependencies": {
2016-05-04 05:30:31 +00:00
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-*"
},
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": {}
}
}