build: add ref

This commit is contained in:
Polianin Nikita 2024-05-29 04:03:47 +03:00
parent 7e283fe643
commit 930edd4c2c

View File

@ -12,4 +12,8 @@
<RootNamespace>$(AssemblyName)</RootNamespace> <RootNamespace>$(AssemblyName)</RootNamespace>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<PackageReference Include="Konscious.Security.Cryptography.Argon2" Version="1.3.0" />
</ItemGroup>
</Project> </Project>