This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Description
HeatWave Version
1.0.4
Visual Studio Version
Microsoft Visual Studio Enterprise 2022 (64-bit) - Preview Version 17.10.0 Preview 3.0
Repro Steps
- Create a C# Custom Action project for WiX v4 (Heatwave) and pick a target framework other then the default. Examine the project properties.
- Create a C# Custom Action project for WiX v3 (Votive) and pick a target framework other then the default. Examine the project properties.
Actual Result
Heatwave does not honor the requested framework version.
Expected Result
For heatwave to configure the csproj and customaction.config with the requested version like Votive did.