Skip to content

Commit

Permalink
Sync wl.essentials platform target frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
wcoder committed Dec 15, 2023
1 parent eb04d12 commit b226b24
Show file tree
Hide file tree
Showing 2 changed files 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>
<TargetFramework>net6.0-android32.0</TargetFramework>
<TargetFramework>net6.0-android33.0</TargetFramework>
<SupportedOSPlatformVersion>21.0</SupportedOSPlatformVersion>
<UseMauiEssentials>true</UseMauiEssentials>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0-ios12.0</TargetFramework>
<TargetFramework>net6.0-ios13.0</TargetFramework>
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion>
<UseMauiEssentials>true</UseMauiEssentials>
<CreatePackage>false</CreatePackage>
Expand Down

0 comments on commit b226b24

Please sign in to comment.