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

17 lines
247 B
JSON
Raw Normal View History

2016-04-25 21:31:52 +00:00
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.NETCore.Windows.ApiSets": "1.0.1-rc2-*"
},
"compilationOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": {}
},
"runtimes":
{
"win7-x64": {}
}
}