Skip to content

Commit e4099ec

Browse files
author
anandx4604
committed
1008186: Updated Nuget Packages and changed wrong script reference
1 parent d8b15d8 commit e4099ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Exporting-PDF-Datagrid/Horizontal_overflow/Components/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<body>
1717
<Routes @rendermode="InteractiveServer" />
18-
<script src="https://cdn.syncfusion.com/blazor/28.2.4/syncfusion-blazor.min.js" type="text/javascript"></script>
18+
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
1919
<script src="_framework/blazor.web.js"></script>
2020
</body>
2121

Exporting-PDF-Datagrid/Horizontal_overflow/Horizontal_overflow.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Syncfusion.Blazor.Grid" Version="27.2.2" />
11-
<PackageReference Include="Syncfusion.Blazor.Sparkline" Version="27.2.2" />
12-
<PackageReference Include="Syncfusion.Blazor.Themes" Version="27.2.2" />
10+
<PackageReference Include="Syncfusion.Blazor.Grid" Version="*" />
11+
<PackageReference Include="Syncfusion.Blazor.Sparkline" Version="*" />
12+
<PackageReference Include="Syncfusion.Blazor.Themes" Version="*" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)