Skip to content

Commit

Permalink
Update iOS target framework to net6.0-ios12
Browse files Browse the repository at this point in the history
This commit updates the target framework for iOS to net6.0-ios12 in the SaturdayMP.XPlugins.iOS.BEMCheckBox.csproj file.
  • Loading branch information
mrbiggred committed Oct 14, 2023
1 parent a7550af commit a84e6f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-ios</TargetFramework>
<TargetFramework>net6.0-ios12</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>
<IsBindingProject>true</IsBindingProject>
Expand Down

0 comments on commit a84e6f2

Please sign in to comment.