Skip to content

Commit 270884a

Browse files
committed
Increase target version to 17134 (Windows 1803)
1 parent a09a727 commit 270884a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Signal-Windows/Signal-Windows.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>Signal-Windows</AssemblyName>
1212
<DefaultLanguage>en-us</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
14+
<TargetPlatformVersion>10.0.17134.0</TargetPlatformVersion>
1515
<TargetPlatformMinVersion>10.0.15063.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
@@ -318,11 +318,6 @@
318318
<Version>2.2.9</Version>
319319
</PackageReference>
320320
</ItemGroup>
321-
<ItemGroup>
322-
<SDKReference Include="WindowsMobile, Version=10.0.16299.0">
323-
<Name>Windows Mobile Extensions for the UWP</Name>
324-
</SDKReference>
325-
</ItemGroup>
326321
<ItemGroup>
327322
<ProjectReference Include="..\Signal-Windows.Lib\Signal-Windows.Lib.csproj">
328323
<Project>{1934fd82-a5ea-4b71-b915-a1826593cb6e}</Project>
@@ -333,6 +328,11 @@
333328
<Name>Signal-Windows.RC</Name>
334329
</ProjectReference>
335330
</ItemGroup>
331+
<ItemGroup>
332+
<SDKReference Include="WindowsMobile, Version=10.0.17134.0">
333+
<Name>Windows Mobile Extensions for the UWP</Name>
334+
</SDKReference>
335+
</ItemGroup>
336336
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
337337
<VisualStudioVersion>14.0</VisualStudioVersion>
338338
</PropertyGroup>

0 commit comments

Comments
 (0)