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

@@ -9,6 +9,10 @@
<PackageVersion Include="Serilog.Extensions.Hosting" Version="10.0.0" />
<PackageVersion Include="Serilog.Sinks.Console" Version="6.1.1" />
<!-- Authentication -->
<PackageVersion Include="NATS.NKeys" Version="1.0.0-preview.3" />
<PackageVersion Include="BCrypt.Net-Next" Version="4.0.3" />
<!-- Testing -->
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />