UwpBuildDeployPreferences.MIN_SDK_VERSION Field

Definition

The minimum Windows SDK that must be present on the build machine in order for a build to be successful.

public: static Version ^ MIN_SDK_VERSION;
public static Version MIN_SDK_VERSION;
 staticval mutable MIN_SDK_VERSION : Version
Public Shared MIN_SDK_VERSION As Version 

Field Value

Version

Remarks

This controls the version of the Windows SDK that is build against on the local machine, NOT the version of the OS that must be present on the device that the built application is deployed to (this other aspect is controlled by MIN_PLATFORM_VERSION)

Applies to