File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed
Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 9292 <PackageReference Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" />
9393 <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion)" />
9494 <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8.0.1" />
95- <PackageReference Include =" Syncfusion.Maui.Charts " Version =" *" />
95+ <PackageReference Include =" Syncfusion.Maui.Toolkit " Version =" *" />
9696 </ItemGroup >
9797
9898</Project >
Original file line number Diff line number Diff line change 1- using Syncfusion . Maui . Charts ;
1+ using Syncfusion . Maui . Toolkit . Charts ;
22using System ;
33using System . Collections . Generic ;
44using System . Linq ;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<ContentPage xmlns =" http://schemas.microsoft.com/dotnet/2021/maui"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
4- xmlns : chart =" clr-namespace:Syncfusion.Maui.Charts;assembly=Syncfusion.Maui.Charts "
4+ xmlns : chart =" clr-namespace:Syncfusion.Maui.Toolkit. Charts;assembly=Syncfusion.Maui.Toolkit "
55 xmlns : model =" clr-namespace:AmericaSports"
66 x : Class =" AmericaSports.MainPage" >
77
Original file line number Diff line number Diff line change 1-
2- using Syncfusion . Maui . Charts ;
1+
32namespace AmericaSports
43{
54 public partial class MainPage : ContentPage
Original file line number Diff line number Diff line change 11using Microsoft . Extensions . Logging ;
2- using Syncfusion . Maui . Core . Hosting ;
2+ using Syncfusion . Maui . Toolkit . Hosting ;
33namespace AmericaSports
44{
55 public static class MauiProgram
@@ -8,8 +8,8 @@ public static MauiApp CreateMauiApp()
88 {
99 var builder = MauiApp . CreateBuilder ( ) ;
1010 builder
11- . UseMauiApp < App > ( )
12- . ConfigureSyncfusionCore ( )
11+ . UseMauiApp < App > ( )
12+ . ConfigureSyncfusionToolkit ( )
1313 . ConfigureFonts ( fonts =>
1414 {
1515 fonts . AddFont ( "OpenSans-Regular.ttf" , "OpenSansRegular" ) ;
You can’t perform that action at this time.
0 commit comments