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

15 lines
246 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.NETCore.Windows.ApiSets": "1.0.1-rc3-24206-00"
},
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": {}
},
"runtimes": {
"win7-x64": {}
}
}