As it may not be intuitive, I am finding it necessary to explain the markings that exist within MSIX packages that relate to the OS version that the package is installed/run on.
Contained in the AppXManifest file inside of every MSIX package is an element that looks like this:
<Dependencies<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.16299.0" MaxVersionTested="10.0.19044.0" /</Dependencies
The two important fields …