Skip to content

Commit 91fbab4

Browse files
Update ComboBoxSoftInputAdjustHandling.csproj
1 parent 8dde938 commit 91fbab4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ComboBoxSoftInputAdjustHandling/ComboBoxSoftInputAdjustHandling/ComboBoxSoftInputAdjustHandling.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<!-- To develop, package, and publish an app to the Microsoft Store, see: https://aka.ms/MauiTemplateUnpackaged -->
3434
<WindowsPackageType>None</WindowsPackageType>
3535

36-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">15.0</SupportedOSPlatformVersion>
36+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">12.2</SupportedOSPlatformVersion>
3737
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion>
3838
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
3939
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
@@ -61,8 +61,8 @@
6161

6262
<ItemGroup>
6363
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
64-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
65-
<PackageReference Include="Syncfusion.Maui.Inputs" Version="28.2.6" />
64+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="*" />
65+
<PackageReference Include="Syncfusion.Maui.Inputs" Version="*" />
6666

6767
</ItemGroup>
6868

0 commit comments

Comments
 (0)