Update target Windows SDK to 10.0.17763.0 (#9190)

This commit is contained in:
Ted John 2019-05-02 19:07:02 +00:00 committed by Michael Steenbeek
parent 6098c1c3cc
commit c06476f93f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<PropertyGroup>
<!-- Allow any version of VS and Windows SDK -->
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
<TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<CharacterSet>MultiByte</CharacterSet>