Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit ac5472e

Browse files
jmcgintyalexandergoncharov-zz
authored andcommitted
Set minimum target UWP version to match React Native Windows 0.57 (#1422)
1 parent 8200dbc commit ac5472e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

windows/CodePush/CodePush.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<AssemblyName>CodePush</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
15-
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
14+
<TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
15+
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
@@ -94,11 +94,6 @@
9494
<Compile Include="Properties\AssemblyInfo.cs" />
9595
<EmbeddedResource Include="Properties\CodePush.rd.xml" />
9696
</ItemGroup>
97-
<ItemGroup>
98-
<SDKReference Include="WindowsMobile, Version=10.0.10586.0">
99-
<Name>Windows Mobile Extensions for the UWP</Name>
100-
</SDKReference>
101-
</ItemGroup>
10297
<ItemGroup>
10398
<ProjectReference Include="..\..\..\react-native-windows\ReactWindows\ReactNative\ReactNative.csproj">
10499
<Project>{c7673ad5-e3aa-468c-a5fd-fa38154e205c}</Project>
@@ -113,6 +108,11 @@
113108
<Version>6.0.6</Version>
114109
</PackageReference>
115110
</ItemGroup>
111+
<ItemGroup>
112+
<SDKReference Include="WindowsMobile, Version=10.0.14393.0">
113+
<Name>Windows Mobile Extensions for the UWP</Name>
114+
</SDKReference>
115+
</ItemGroup>
116116
<Import Project="..\CodePush.Shared\CodePush.Shared.projitems" Label="Shared" />
117117
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
118118
<VisualStudioVersion>14.0</VisualStudioVersion>

0 commit comments

Comments
 (0)