From f7302b4d31dd78c35396b97c385092de0ac1ff1c Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Thu, 16 Oct 2025 09:48:14 +0200 Subject: [PATCH] Switch to NuGet package for Abstractions Replaced `ProjectReference` with `PackageReference` in both `SimpleAuthentication.Swashbuckle.csproj` and `SimpleAuthentication.csproj`. The local project dependency on `SimpleAuthentication.Abstractions` is now replaced with the NuGet package `SimpleAuthenticationTools.Abstractions` version `3.1.3`. --- .../SimpleAuthentication.Swashbuckle.csproj | 2 +- src/SimpleAuthentication/SimpleAuthentication.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj b/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj index 2fe4a5a..2d801a9 100644 --- a/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj +++ b/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj @@ -32,7 +32,7 @@ - + diff --git a/src/SimpleAuthentication/SimpleAuthentication.csproj b/src/SimpleAuthentication/SimpleAuthentication.csproj index 279270f..1234ed7 100644 --- a/src/SimpleAuthentication/SimpleAuthentication.csproj +++ b/src/SimpleAuthentication/SimpleAuthentication.csproj @@ -35,7 +35,7 @@ - + @@ -45,5 +45,5 @@ - +