From 34919ae9b1c40d4bd67dec69d262057a86995fce Mon Sep 17 00:00:00 2001 From: Joe DeCock Date: Tue, 9 Apr 2024 09:37:05 -0500 Subject: [PATCH] Relax dependency on wilson 7.1.2 is the minimum version we need, so we target that. --- src/DPoP/DPoP.csproj | 2 +- src/IdentityTokenValidator/IdentityTokenValidator.csproj | 2 +- test/OidcClient.Tests/OidcClient.Tests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/DPoP/DPoP.csproj b/src/DPoP/DPoP.csproj index 61aa617..b1ead93 100644 --- a/src/DPoP/DPoP.csproj +++ b/src/DPoP/DPoP.csproj @@ -45,7 +45,7 @@ - + diff --git a/src/IdentityTokenValidator/IdentityTokenValidator.csproj b/src/IdentityTokenValidator/IdentityTokenValidator.csproj index f45fefb..c05015a 100644 --- a/src/IdentityTokenValidator/IdentityTokenValidator.csproj +++ b/src/IdentityTokenValidator/IdentityTokenValidator.csproj @@ -41,7 +41,7 @@ - + diff --git a/test/OidcClient.Tests/OidcClient.Tests.csproj b/test/OidcClient.Tests/OidcClient.Tests.csproj index 9c93c30..7eacc0a 100644 --- a/test/OidcClient.Tests/OidcClient.Tests.csproj +++ b/test/OidcClient.Tests/OidcClient.Tests.csproj @@ -16,7 +16,7 @@ - +