Skip to content

Commit 9999206

Browse files
committed
updated to net9.
1 parent 9c0aa23 commit 9999206

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

NumericEntrySample/NumericEntrySample.csproj renamed to NumericEntrySample/NumericEntrySample/NumericEntrySample.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
</ItemGroup>
6767

6868
</Project>

NumericEntrySample/Platforms/Android/AndroidManifest.xml renamed to NumericEntrySample/NumericEntrySample/Platforms/Android/AndroidManifest.xml

File renamed without changes.

0 commit comments

Comments
 (0)