Skip to content

Commit

Permalink
updated SDK target
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlErickson committed Dec 12, 2017
1 parent e56cec3 commit aa19ac5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -159,7 +159,7 @@ csx/
efc/
rfc/

# Windows Store app package directory
# Microsoft Store app package directory
AppPackages/

# Visual Studio cache files
Expand Down
2 changes: 1 addition & 1 deletion HueApp/HueApp.csproj
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>HueApp</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
Expand Down
2 changes: 1 addition & 1 deletion HueBackground/HueBackground.csproj
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>BackgroundTasks</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
Expand Down
2 changes: 1 addition & 1 deletion HueLibrary/HueLibrary.csproj
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>HueLibrary</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
Expand Down

0 comments on commit aa19ac5

Please sign in to comment.