dotnet-installer/packaging/windows/WiXTools/project.json
Sridhar Periyasamy 57b1b5b290 Changes to dotnet MSI authoring based on netfx mtpack authoring.
- Added reg keys to detect installation.
- Added dependency provider keys
2015-11-17 20:32:02 -08:00

13 lines
164 B
JSON

{
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"WiX": "3.10.0.2103-pre1"
},
"frameworks": {
"dnxcore50": { }
}
}