Is it possible to create a wix c# custom action project for dotnet core 3.1? The drop down shows only dotnet framework, although dotnet sdk 3.1 is installed and I have the newest wix toolset and visual studio 2019 extension.
Is it possible to create a wix c# custom action project for dotnet core 3.1? The drop down shows only dotnet framework, although dotnet sdk 3.1 is installed and I have the newest wix toolset and visual studio 2019 extension.
No. WiX DTF (Deployment Tools Foundation) only supports .NET Framework. As Windows Installer targets Windows Server and Desktop only and both of the forementioned have a version of .NET Framework already installed, I am not sure what would be accomplished by targeting .NET Core anyways.