UwpBuildDeployPreferences.MIN_PLATFORM_VERSION Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The minimum version of the OS that must exist on the device that the application is deployed to.
public: static Version ^ MIN_PLATFORM_VERSION;
public static Version MIN_PLATFORM_VERSION;
staticval mutable MIN_PLATFORM_VERSION : Version
Public Shared MIN_PLATFORM_VERSION As Version
Field Value
Remarks
This is intentionally set to a very low version, so that the application can be deployed to variety of different devices which may be on older OS versions.