From c4a74f8eb906b87514448843d8d21a5fbc67bfb3 Mon Sep 17 00:00:00 2001 From: Scott Hussey Date: Mon, 27 Jan 2025 10:51:00 -0600 Subject: [PATCH] Migrate to BouncyCastle.Cryptography (#152) - Portable.BouncyCastle is no longer being updated as the authors now publish a Nuget directly. --- src/Paseto/Paseto.csproj | 2 +- tests/Paseto.Tests/Paseto.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Paseto/Paseto.csproj b/src/Paseto/Paseto.csproj index 87465d8..669ac32 100644 --- a/src/Paseto/Paseto.csproj +++ b/src/Paseto/Paseto.csproj @@ -49,7 +49,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/tests/Paseto.Tests/Paseto.Tests.csproj b/tests/Paseto.Tests/Paseto.Tests.csproj index 54bbd2a..6bbc9ef 100644 --- a/tests/Paseto.Tests/Paseto.Tests.csproj +++ b/tests/Paseto.Tests/Paseto.Tests.csproj @@ -179,7 +179,7 @@ - +