Skip to content

Commit

Permalink
Update CustomRenderer.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis authored Apr 5, 2024
1 parent d44fc4b commit be97f6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<UseMaui>true</UseMaui>
<TargetFrameworks>net7.0-android;net7.0-ios</TargetFrameworks>
<TargetFrameworks>net8.0-android;net8.0-ios</TargetFrameworks>
<OutputType>Library</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand All @@ -16,4 +16,4 @@
</PackageReference>
</ItemGroup>
<ItemGroup />
</Project>
</Project>

0 comments on commit be97f6a

Please sign in to comment.