To check the installed SDK version, from the command line tool type the following command. The command displays the .. NET Core SDKs versions installed and the runtime version installed.
To target the Windows 10 SDK Make sure the Windows 10 SDK is installed. Open the shortcut menu for the project node, and choose Retarget SDK Version. In the Target Platform Version dropdown list, choose the version of the Windows 10 SDK you want to target.
The Windows 10 SDK is installed as part of the Desktop development with C++ workload. A standalone version is available at Downloads and tools for Windows 10.
What is the latest version of the Windows 10 SDK?
This is from the Windows 10 SDK version 10.0.16299 (the latest release version). If you notice the versions all the way back to Windows NT 4 are defined. There is also no real check on the values given, so you are able to set values not in this list too.
The Windows SDK supports writing code for Windows 7 SP1 and later. For more information about targeting specific versions of Windows, see Using the Windows Headers and Update WINVER and _WIN32_WINNT.
How do I change the SDK version for Windows 10?
In the Target Platform Version dropdown list, choose the version of the Windows 10 SDK you want to target. Generally speaking, we recommend you choose the latest installed version. Choose the OK button to apply the change. The 8.1 in this context refers to the Windows 8.1 SDK.
You might be asking “How do I change the Windows 10 SDK version in Visual Studio?”
One article argued that open the shortcut menu for the project node, and choose Retarget SDK Version. The Review Solution Actions dialog appears. In the Target Platform Version dropdown list, choose the version of the Windows 10 SDK you want to target. Choose the OK button to apply the change.