Skip to content

Commit

Permalink
set TargetPlatformMinVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Mar 7, 2022
1 parent 2f917ac commit 13cd3b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/StoreReview.Plugin/StoreReview.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
<Compile Include="**\*.uwp.cs" />
</ItemGroup>

<PropertyGroup Condition=" $(TargetFramework.StartsWith('uap10.0')) ">
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
</PropertyGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
<Compile Include="**\*.android.cs" />
<PackageReference Include="PlayCore" Version="1.10.2-rc2" />
Expand All @@ -85,5 +89,7 @@
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.Mac')) ">
<Compile Include="**\*.apple.cs" />
</ItemGroup>



</Project>

0 comments on commit 13cd3b4

Please sign in to comment.