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 7
7
</PropertyGroup >
8
8
9
9
<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 =" * " />
13
13
</ItemGroup >
14
14
15
15
</Project >
Original file line number Diff line number Diff line change 1
1
using BlazorApp . Components ;
2
2
using Syncfusion . Blazor ;
3
3
using Syncfusion . Blazor . SmartComponents ;
4
+ using Syncfusion . Blazor . AI ;
4
5
5
6
var builder = WebApplication . CreateBuilder ( args ) ;
6
7
You can’t perform that action at this time.
0 commit comments