File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Syncfusion.Blazor.DataForm" Version =" 28.2.7 " />
11- <PackageReference Include =" Syncfusion.Blazor.SmartComponents" Version =" 28.2.7 " />
12- <PackageReference Include =" Syncfusion.Blazor.Themes" Version =" 28.2.7 " />
10+ <PackageReference Include =" Syncfusion.Blazor.DataForm" Version =" * " />
11+ <PackageReference Include =" Syncfusion.Blazor.SmartComponents" Version =" * " />
12+ <PackageReference Include =" Syncfusion.Blazor.Themes" Version =" * " />
1313 </ItemGroup >
1414
1515</Project >
Original file line number Diff line number Diff line change 11using BlazorApp . Components ;
22using Syncfusion . Blazor ;
33using Syncfusion . Blazor . SmartComponents ;
4+ using Syncfusion . Blazor . AI ;
45
56var builder = WebApplication . CreateBuilder ( args ) ;
67
You can’t perform that action at this time.
0 commit comments