Completed create product component
continuous-integration/drone/pr Build is failing

This commit is contained in:
Khwezi Mngoma
2026-05-20 11:59:58 +02:00
parent 51946a1388
commit 8f26d5fbfa
7 changed files with 553 additions and 269 deletions
+2 -1
View File
@@ -16,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LiteCharms.Features" Version="1.34.0" />
<PackageReference Include="LiteCharms.Features" Version="1.39.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid" Version="10.0.8" />
<PackageReference Include="Polly" Version="8.6.6" />
</ItemGroup>
@@ -58,6 +58,7 @@
<!-- Shared Global Usings -->
<ItemGroup>
<Using Include="MimeKit" />
<Using Include="Microsoft.AspNetCore.Components.QuickGrid" />
<Using Include="Microsoft.AspNetCore.HttpOverrides" />
<Using Include="Microsoft.AspNetCore.Authentication" />