sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.69k stars 641 forks source link

Windows 10 Creators Update SDK (10.0.14393) required to build #962

Open secorbett13 opened 6 years ago

secorbett13 commented 6 years ago

When I tried building from the latest branch using Visual Studio 2017 with all the payloads listed under the build instructions, I received an error message regarding the UAP version being incorrect. Attempting to update the NuGet packages to the latest version failed because of incompatibilities withe the .NET Core and .NET Standard version. After installing the Windows SDK v10.0.14393 from http://bit.ly/2E5wnWs, the build worked.

amerkoleci commented 6 years ago

Thats indeed needed for UAP build, if you take look https://github.com/sharpdx/SharpDX/blob/master/Build/SharpDX.targets you will see its necessary 10.0.14393.0 for UAP building.