I have a WiX 4 project and it’s referencing a CustomAction that is currently .NET Framework 4.8. I plan on upgrading the WiX project to WiX 5.0.0. Can I upgrade the CustomAction project to .NET 8 when I upgrade WiX? Or anything other than .NET Framework? I would like to stop requiring .NET 4.8 as a pre-requisite.