Add DevExpress.Blazor package reference

Added DevExpress.Blazor v25.1.3 to the project file to enable usage of DevExpress Blazor UI components in the application.
This commit is contained in:
OlgunR
2026-01-30 11:16:06 +01:00
parent f9a6341b41
commit 0532cbb329

View File

@@ -6,4 +6,8 @@
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<PackageReference Include="DevExpress.Blazor" Version="25.1.3" />
</ItemGroup>
</Project> </Project>