Added data protection keys and cert encryption to them
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-06-14 11:33:04 +02:00
parent 5204816370
commit 44741d2162
3 changed files with 39 additions and 14 deletions
+4 -3
View File
@@ -18,13 +18,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LiteCharms.Features" Version="1.127.0" />
<PackageReference Include="LiteCharms.Features" Version="1.130.0" />
</ItemGroup>
<!-- UI -->
<ItemGroup>
<PackageReference Include="ANM.Blazored.Toast" Version="0.1.1" />
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.127.0" />
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.130.0" />
<!-- Global Usings -->
<Using Include="Blazored.Toast.Services" />
@@ -54,8 +54,9 @@
<Using Include="Microsoft.JSInterop" />
<Using Include="System.Globalization" />
<Using Include="System.Security.Claims" />
<Using Include="Microsoft.AspNetCore.HttpOverrides" />
<Using Include="Microsoft.Extensions.Options" />
<Using Include="Microsoft.EntityFrameworkCore" />
<Using Include="Microsoft.AspNetCore.HttpOverrides" />
<Using Include="Microsoft.AspNetCore.Components.Authorization" />
<Using Include="Microsoft.AspNetCore.Components.Routing" />
<Using Include="Microsoft.AspNetCore.Components.Web" />