What is the correct pattern/ what packages to use for WPF click once deployment in .net core 3.0( earlier versions are okay too)?
I am currently migrating a WPF app from netframework 4.8 to .net core 3.0. I have been using click once deployment in in the previous version. I was using System.Deployment package which is not supported in .net core. Is there any substitution for the package and what is the correct way to implement click once deployment in .net core and is it even possible? Should it be done using MSIX, if so is there any good guide about MSIX click once deployment?