Skip to content

Commit 73ea52b

Browse files
committed
Update MudBlazor to version 9.2.0 in Server.UI.csproj
Upgraded MudBlazor package reference from 9.1.0 to 9.2.0 to ensure compatibility with latest features and improvements. No other dependencies were changed.
1 parent 6b65f28 commit 73ea52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server.UI/Server.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="BlazorDownloadFile" Version="2.4.0.2" />
2121
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.12" />
2222
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="10.0.5" />
23-
<PackageReference Include="MudBlazor" Version="9.1.0" />
23+
<PackageReference Include="MudBlazor" Version="9.2.0" />
2424
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="6.2.0" />
2525
<PackageReference Include="Blazor-ApexCharts" Version="6.1.0" />
2626
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.5">

0 commit comments

Comments
 (0)