I have looked for this everywhere but cannot understand what to do.
I understand that UWP apps need their dependencies installed, but do they also need .Net/.Net Core installed on the client machine?
What I am doing:
Using another UWP app and the PackageManager
class, I am making my own installer. (UWP installs UWP)
So I know I will have to install the dependencies (appx
files) too, but do I also have to make sure that .Net/.Net Core is installed? Thanks!