1
0

Install Nuget package: ASP.NET Core QuickGrid 9.0.3 version.

https://www.nuget.org/packages/Microsoft.AspNetCore.Components.QuickGrid
This commit is contained in:
Kevin Matsubara 2025-03-28 21:13:48 +01:00
parent 2c8b50e8c5
commit 820682a8ba

View File

@ -10,4 +10,8 @@
<RazorComponent Include="Components\Controls\ServerComponent.razor" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid" Version="9.0.3" />
</ItemGroup>
</Project>