From 4febeb47f35970674acbc588d23a213187c036bb Mon Sep 17 00:00:00 2001 From: Joe DeCock Date: Fri, 5 Apr 2024 11:26:41 -0500 Subject: [PATCH] Match wilson version with minimum required by asp.net We want to match our requirements with the oidc handler in asp.net. As of today, the latest version is 8.0.3, which depends on wilson >= 7.1.2 https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.OpenIdConnect/8.0.3#dependencies-body-tab --- Directory.Build.targets | 4 ++-- samples/Worker/Worker.csproj | 2 +- samples/WorkerDI/WorkerDI.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Build.targets b/Directory.Build.targets index 53da29e..197884e 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -2,8 +2,8 @@ 8.0.3 8.0.0 - 7.3.1 - 7.0.3 + 7.1.2 + 7.0.4 diff --git a/samples/Worker/Worker.csproj b/samples/Worker/Worker.csproj index 2233c51..82bd102 100644 --- a/samples/Worker/Worker.csproj +++ b/samples/Worker/Worker.csproj @@ -7,7 +7,7 @@ - + diff --git a/samples/WorkerDI/WorkerDI.csproj b/samples/WorkerDI/WorkerDI.csproj index 2233c51..82bd102 100644 --- a/samples/WorkerDI/WorkerDI.csproj +++ b/samples/WorkerDI/WorkerDI.csproj @@ -7,7 +7,7 @@ - +