I have a solution that includes a single .wixproj
and I’m trying to upgrade its .NET Framewrok.
Usually, for cs projects I right click the project, choose properties then change the .NET target framework. I don’t have that option in the properties for the .wixproj.
I’ve downloaded WiX v3 0 Visual Studio 2019 Extension to load the project, but that didn’t help me for the upgrade.
I can’t find any guidence on the internet, the only documentation I found on wixtoolset website is How To: Check for .NET Framework Versions and in one of its steps I need to link WixNetFxExtension.dll
to my project as a reference, but I don’t know where to find the WixNetFxExtension.dll