chore: add NATS.NKeys and BCrypt.Net-Next packages for authentication

This commit is contained in:
Joseph Doherty
2026-02-22 22:17:42 -05:00
parent 1c8cc43fb4
commit 91aff1a867
3 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
<PackageReference Include="NATS.NKeys" />
<PackageReference Include="BCrypt.Net-Next" />
</ItemGroup>
</Project>