Skip to content

Commit

Permalink
Update CustomRenderer.iOS.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Apr 5, 2024
1 parent be97f6a commit 04ac41b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<CodesignKey>iPhone Distribution</CodesignKey>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net7.0-ios</TargetFramework>
<TargetFramework>net8.0-ios</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CustomRenderer\CustomRenderer.csproj" />
Expand All @@ -46,4 +46,4 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>
</Project>

0 comments on commit 04ac41b

Please sign in to comment.