firegiant / HeatWaveSupport

Issues-only repository to report HeatWave bugs and feature requests to FireGiant
3 stars 0 forks source link

Heatwave Custom Action Project Template Ignores Target Framework Selection #62

Open chrpai opened 5 months ago

chrpai commented 5 months ago

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

  1. Create a C# Custom Action project for WiX v4 (Heatwave) and pick a target framework other then the default. Examine the project properties.
  2. 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.