Files
MireaBackend/Security/Security.csproj
Polianin Nikita 79961edda8
Some checks failed
Winsomnia GitOps Pipeline / build-and-push (push) Failing after 1m10s
Winsomnia GitOps Pipeline / deploy (push) Has been skipped
build: update ref
2025-12-09 21:47:03 +03:00

15 lines
396 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<AssemblyName>Mirea.Api.Security</AssemblyName>
<RootNamespace>$(AssemblyName)</RootNamespace>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Konscious.Security.Cryptography.Argon2" Version="1.3.1" />
<PackageReference Include="Otp.NET" Version="1.4.1" />
</ItemGroup>
</Project>