I've been recently looking into some sort of a automatic deployment solution for a C# WPF application. From what I understand, it is not possible to use normal methods (Dockerizing the project and setting up a DevOps infrastructure), so I've turned to other methods.
I found Squirrel.Windows and it appears to be a somewhat stable solution (in comparison to ClickOnce). One of the steps is to make your application into a nuget package, and I've successfully done that (by using the csproj file) however, the resulted setup files cannot be installed, due to a missing ".NET Desktop Runtime 6.0.9 x64".. however, it is installed, and other apps using 6.0.9 are working, so I'm completely baffled by this.
If anyone knows how to solve this or even troubleshoot this, please let me know.
I've been trying to solve this for the better part of a week, so any help would be appreciated.
Thank you in advance,Matt