File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ListViewMaui/ListViewMaui Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 117117 </ItemGroup >
118118
119119 <ItemGroup >
120- <PackageReference Include =" Syncfusion.Maui.ListView" Version =" 20.2.50 " />
120+ <PackageReference Include =" Syncfusion.Maui.ListView" Version =" 20.4.38 " />
121121 </ItemGroup >
122122
123123 <ItemGroup >
Original file line number Diff line number Diff line change 1- using Syncfusion . Maui . ListView . Hosting ;
1+ using Syncfusion . Maui . Core . Hosting ;
22
33namespace ListViewMaui ;
44
@@ -14,7 +14,7 @@ public static MauiApp CreateMauiApp()
1414 fonts . AddFont ( "OpenSans-Regular.ttf" , "OpenSansRegular" ) ;
1515 fonts . AddFont ( "OpenSans-Semibold.ttf" , "OpenSansSemibold" ) ;
1616 } ) ;
17- builder . ConfigureSyncfusionListView ( ) ;
17+ builder . ConfigureSyncfusionCore ( ) ;
1818 return builder . Build ( ) ;
1919 }
2020}
You can’t perform that action at this time.
0 commit comments