From 91aff1a8677bec7da7980bfc2bdc7fd59d2a284a Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Sun, 22 Feb 2026 22:17:42 -0500 Subject: [PATCH] chore: add NATS.NKeys and BCrypt.Net-Next packages for authentication --- Directory.Packages.props | 4 ++++ src/NATS.Server/NATS.Server.csproj | 2 ++ tests/NATS.Server.Tests/NATS.Server.Tests.csproj | 1 + 3 files changed, 7 insertions(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index 267b8c9..60cb5b9 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -9,6 +9,10 @@ + + + + diff --git a/src/NATS.Server/NATS.Server.csproj b/src/NATS.Server/NATS.Server.csproj index 55d61f5..4a9060d 100644 --- a/src/NATS.Server/NATS.Server.csproj +++ b/src/NATS.Server/NATS.Server.csproj @@ -1,5 +1,7 @@ + + diff --git a/tests/NATS.Server.Tests/NATS.Server.Tests.csproj b/tests/NATS.Server.Tests/NATS.Server.Tests.csproj index feb18ff..611a86f 100644 --- a/tests/NATS.Server.Tests/NATS.Server.Tests.csproj +++ b/tests/NATS.Server.Tests/NATS.Server.Tests.csproj @@ -12,6 +12,7 @@ +