build: add support .net 10
All checks were successful
Build and Deploy Docker Container / build-and-deploy (push) Successful in 4m33s

This commit is contained in:
2025-11-23 13:24:48 +03:00
parent 6044e5f7e9
commit 92e07790cc
20 changed files with 401 additions and 282 deletions

View File

@@ -8,8 +8,6 @@
<ItemGroup>
<PackageReference Include="Konscious.Security.Cryptography.Argon2" Version="1.3.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.9" />
<PackageReference Include="Otp.NET" Version="1.4.0" />
</ItemGroup>