Skip to content

Commit 4607077

Browse files
authored
Merge pull request #1 from SyncfusionExamples/net9
Updated the sample to the NET 9 configuration.
2 parents 9c0aa23 + 9999206 commit 4607077

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)