firegiant / HeatWaveSupport

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

Project templates use older SDK version #41

Closed FireGiantHelp closed 1 year ago

FireGiantHelp commented 1 year ago

HeatWave Version

1.0.1

Visual Studio Version

17.6.1

Repro Steps

  1. Create a new project

Actual Result

When adding a new project with any WiX (HeatWave for VS2022) template, the project sdk is set at 4.0.0 in the project file.

<Project Sdk="WixToolset.Sdk/4.0.0">
</Project>

Expected Result

I expected this to be the latest SDK version (4.0.1)

<Project Sdk="WixToolset.Sdk/4.0.1">
</Project>

Original reported at https://github.com/wixtoolset/issues/issues/7543

FireGiantHelp commented 1 year ago

This issue is on our backlog to fix.

FireGiantHelp commented 1 year ago

We expect this issue is fixed in HeatWave v1.0.2 now available in Visual Studio Marketplace. Visual Studio should provide notification of the update or you can update manually.