dotnet-installer/TestAssets/DesktopTestProjects/DesktopAppWithRuntimes/project.json
2016-05-23 17:19:11 -07:00

15 lines
246 B
JSON

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