UwpBuildDeployPreferences.MIN_SDK_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 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
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)