This package is an addition to the original GitVersion.MsBuild, which does not support building WiX projects that use GitVersion.MsBuild from within Visual Studio 2026.
For older Visual Studio versions, see the README for this project, version 1.1.1.
If you are building WiX projects that use GitVersion.MsBuild from within Visual Studio 2026, you need this package. If not, then you do not need this package at all.
Add the following reference in your WiX project:
<PackageReference Include="GitVersion.MsBuild" PrivateAssets="all" />
+<PackageReference Include="Dorssel.GitVersion.MsBuild" PrivateAssets="all" Version="2.*" />All done!