UwpBuildDeployPreferences.MIN_PLATFORM_VERSION Field

Definition

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

Version

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.

Applies to