简体   繁体   English

如何选择Windows 10 SDK的最低版本和目标版本

[英]How to chose minimum and target versions of Windows 10 SDK

There are several Windows UWP SDKs available here . 有几种的Windows软件开发工具包UWP 这里 I want to start developing a UWP app and its bit confusing for me to chose an SDK version. 我想开始开发一个UWP应用程序,让我选择SDK版本有点困惑。 If I use an SDK like Windows 10 SDK (10586) does that mean my app only works with Windows 10 OS build 10586 and above? 如果我使用像Windows 10 SDK(10586)这样的SDK ,那是否意味着我的应用程序仅适用于Windows 10 OS build 10586及更高版本? and will not works with Windows 10 OS build 10240? 并且不适用于Windows 10 OS build 10240?

When you install the Windows 10 SDK version 10586 you will be able to add all features to your application that are included till that release of the SDK including all the previous features. 当您安装Windows 10 SDK版本10586时,您将能够将所有功能添加到您的应用程序中,直到该SDK版本包括所有以前的功能。

On creating a new UWP project you will be asked for the targeted and minimum version of Windows 10 that you application is supported on as well as the targeted version(as shown below) : 在创建新的UWP项目时,将要求您提供支持该应用程序的目标和最低版本的Windows 10以及目标版本(如下所示):

在此输入图像描述

In this image you can see that the target version for the application is 14393 but the minimum is 10586, thus the application will work on all versions of windows greater than or equal to 10586. 在此图像中,您可以看到应用程序的目标版本是14393,但最小值是10586,因此应用程序将适用于大于或等于10586的所有Windows版本。

Thus it depends on which version of windows you select when creating a project . 因此,它取决于您在创建项目时选择的Windows版本。 Having a SDK version greater than what you are targeting will not restrict you from developing application for lower versions , but the newly introduced features which are specific to the new version will not be available in the application if it is targeted for lower versions of windows. SDK版本高于您的目标版本不会限制您开发较低版本的应用程序,但如果针对较低版本的Windows,则新版本中特定于新版本的新功能将无法在应用程序中使用。

More info : Choose a UWP version (MSDN) 更多信息: 选择UWP版本(MSDN)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Cordova Windows 10项目中更改最低Windows目标版本? - how to change minimum windows target version in cordova windows 10 project? Windows 10的最低SDK版本(UWP) - Minimum Sdk Version Windows 10 (UWP) 在哪里可以看到Windows 10 SDK版本的用户分布,以便可以选择UWP应用应定位的最低版本? - Where do I see the user distribution for Windows 10 SDK versions so that I can choose which min version my UWP app should target? 如何使用流畅的设计并仍支持旧版Windows 10 - How to use fluent design and still support older Windows 10 versions 共享目标通用应用程序Windows 10方法 - Sharing target Universal Apps Windows 10 approach 构建 Pjsip windows sdk/.net 6 目标 dll - Build Pjsip windows sdk/.net 6 target dll 通用Windows平台-向后兼容性和Windows 10版本 - Universal Windows Platform - Backward compatibility and Windows 10 versions 如果最低版本和目标版本都设置为秋季创作者更新,为什么 Microsoft 模拟器不显示在 VS 中? - Why is Microsoft emulator not showing in VS if both minimum and target versions are set to fall creators update? UWP AppBarButton 前景色在不同的 windows SDK 版本中不起作用 - UWP AppBarButton Foreground color not working in different windows SDK Versions 如何使用OneDrive SDK将OneDrive上的文件夹/文件上传到Windows 10 UWP - How to upload a folder/file on onedrive using the onedrive sdk for windows 10 UWP
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM