From 45a0ded2e84ce6e2fe745ef72ac4455ab2e06775 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Wed, 8 Nov 2023 12:14:29 +0100 Subject: [PATCH] Bump dependencies to fix vulnerabilities in tests (#674) --- playground/Auth0.NET6/Auth0.NET6.csproj | 2 +- playground/Auth0.NETCore3/Auth0.NETCore3.csproj | 4 ++-- .../Auth0.AuthenticationApi.IntegrationTests.csproj | 4 +++- tests/Auth0.Core.UnitTests/Auth0.Core.UnitTests.csproj | 4 +++- .../Auth0.ManagementApi.IntegrationTests.csproj | 4 +++- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/playground/Auth0.NET6/Auth0.NET6.csproj b/playground/Auth0.NET6/Auth0.NET6.csproj index eb4203e4a..177c4ef99 100644 --- a/playground/Auth0.NET6/Auth0.NET6.csproj +++ b/playground/Auth0.NET6/Auth0.NET6.csproj @@ -6,7 +6,7 @@ - + diff --git a/playground/Auth0.NETCore3/Auth0.NETCore3.csproj b/playground/Auth0.NETCore3/Auth0.NETCore3.csproj index e13f32436..4e1c9ac1b 100644 --- a/playground/Auth0.NETCore3/Auth0.NETCore3.csproj +++ b/playground/Auth0.NETCore3/Auth0.NETCore3.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/tests/Auth0.AuthenticationApi.IntegrationTests/Auth0.AuthenticationApi.IntegrationTests.csproj b/tests/Auth0.AuthenticationApi.IntegrationTests/Auth0.AuthenticationApi.IntegrationTests.csproj index f37984b19..c27102123 100644 --- a/tests/Auth0.AuthenticationApi.IntegrationTests/Auth0.AuthenticationApi.IntegrationTests.csproj +++ b/tests/Auth0.AuthenticationApi.IntegrationTests/Auth0.AuthenticationApi.IntegrationTests.csproj @@ -12,7 +12,9 @@ - + + + all diff --git a/tests/Auth0.Core.UnitTests/Auth0.Core.UnitTests.csproj b/tests/Auth0.Core.UnitTests/Auth0.Core.UnitTests.csproj index a8bc82eb1..8e77dfb22 100644 --- a/tests/Auth0.Core.UnitTests/Auth0.Core.UnitTests.csproj +++ b/tests/Auth0.Core.UnitTests/Auth0.Core.UnitTests.csproj @@ -8,7 +8,9 @@ - + + + all diff --git a/tests/Auth0.ManagementApi.IntegrationTests/Auth0.ManagementApi.IntegrationTests.csproj b/tests/Auth0.ManagementApi.IntegrationTests/Auth0.ManagementApi.IntegrationTests.csproj index 496b05c4f..fc419af6a 100644 --- a/tests/Auth0.ManagementApi.IntegrationTests/Auth0.ManagementApi.IntegrationTests.csproj +++ b/tests/Auth0.ManagementApi.IntegrationTests/Auth0.ManagementApi.IntegrationTests.csproj @@ -21,7 +21,9 @@ - + + + all