Skip to content

Commit

Permalink
fix(bump minimum windows version): bump windows WindowsTargetPlatform…
Browse files Browse the repository at this point in the history
…Version (#2010)
  • Loading branch information
TatianaKapos authored Jun 24, 2023
1 parent 18a17c7 commit 32baacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/RNTrackPlayer/RNTrackPlayer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.16299.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="ReactNativeWindowsProps">
Expand Down

0 comments on commit 32baacd

Please sign in to comment.