From 0531069309bc7ad98721a32afb8868595c7ed2b6 Mon Sep 17 00:00:00 2001 From: lsocha Date: Wed, 3 Jul 2024 12:42:44 +0200 Subject: [PATCH 1/2] chore: Bump `System.IdentityModel.Tokens.Jwt` dependency version to `v6.34.0` Fixes: #952 --- Box.V2.Core/Box.V2.Core.csproj | 2 +- Box.V2/Box.V2.csproj | 6 +++--- Box.V2/packages.config | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Box.V2.Core/Box.V2.Core.csproj b/Box.V2.Core/Box.V2.Core.csproj index a715dafdd..323fc5081 100644 --- a/Box.V2.Core/Box.V2.Core.csproj +++ b/Box.V2.Core/Box.V2.Core.csproj @@ -42,7 +42,7 @@ - + diff --git a/Box.V2/Box.V2.csproj b/Box.V2/Box.V2.csproj index 468a25183..dc29c0cab 100644 --- a/Box.V2/Box.V2.csproj +++ b/Box.V2/Box.V2.csproj @@ -62,8 +62,8 @@ - - ..\packages\System.IdentityModel.Tokens.Jwt.6.12.2\lib\net45\System.IdentityModel.Tokens.Jwt.dll + + ..\packages\System.IdentityModel.Tokens.Jwt.6.34.0\lib\net45\System.IdentityModel.Tokens.Jwt.dll @@ -345,4 +345,4 @@ - \ No newline at end of file + diff --git a/Box.V2/packages.config b/Box.V2/packages.config index 636f52b60..1681d9c09 100644 --- a/Box.V2/packages.config +++ b/Box.V2/packages.config @@ -5,5 +5,5 @@ - - \ No newline at end of file + + From 6f498442fdbaabcc63d4fd4a6f432ad19767b3c4 Mon Sep 17 00:00:00 2001 From: mwoda <84077698+mwwoda@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:12:45 +0200 Subject: [PATCH 2/2] add required transitive dependencies --- Box.V2.Core/Box.V2.Core.csproj | 2 +- Box.V2.Samples.JWTAuth/app.config | 28 +++++++++++- Box.V2.Samples.TransactionalAuth/App.config | 28 +++++++++++- Box.V2/Box.V2.csproj | 49 +++++++++++++++++---- Box.V2/app.config | 28 +++++++++++- Box.V2/packages.config | 21 ++++++--- 6 files changed, 135 insertions(+), 21 deletions(-) diff --git a/Box.V2.Core/Box.V2.Core.csproj b/Box.V2.Core/Box.V2.Core.csproj index 323fc5081..8eb6c080b 100644 --- a/Box.V2.Core/Box.V2.Core.csproj +++ b/Box.V2.Core/Box.V2.Core.csproj @@ -42,7 +42,7 @@ - + diff --git a/Box.V2.Samples.JWTAuth/app.config b/Box.V2.Samples.JWTAuth/app.config index 8da232354..d1fb2c5ce 100644 --- a/Box.V2.Samples.JWTAuth/app.config +++ b/Box.V2.Samples.JWTAuth/app.config @@ -12,11 +12,35 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Box.V2.Samples.TransactionalAuth/App.config b/Box.V2.Samples.TransactionalAuth/App.config index 54b98f54e..4f626254b 100644 --- a/Box.V2.Samples.TransactionalAuth/App.config +++ b/Box.V2.Samples.TransactionalAuth/App.config @@ -15,11 +15,35 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Box.V2/Box.V2.csproj b/Box.V2/Box.V2.csproj index dc29c0cab..99dd3b0f8 100644 --- a/Box.V2/Box.V2.csproj +++ b/Box.V2/Box.V2.csproj @@ -48,24 +48,55 @@ ..\packages\BouncyCastle.Cryptography.2.3.1\lib\net461\BouncyCastle.Cryptography.dll True - - ..\packages\Microsoft.IdentityModel.JsonWebTokens.6.12.2\lib\net45\Microsoft.IdentityModel.JsonWebTokens.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll - - ..\packages\Microsoft.IdentityModel.Logging.6.12.2\lib\net45\Microsoft.IdentityModel.Logging.dll + + ..\packages\Microsoft.IdentityModel.Abstractions.6.35.0\lib\net462\Microsoft.IdentityModel.Abstractions.dll - - ..\packages\Microsoft.IdentityModel.Tokens.6.12.2\lib\net45\Microsoft.IdentityModel.Tokens.dll + + ..\packages\Microsoft.IdentityModel.JsonWebTokens.6.35.0\lib\net462\Microsoft.IdentityModel.JsonWebTokens.dll + + + ..\packages\Microsoft.IdentityModel.Logging.6.35.0\lib\net462\Microsoft.IdentityModel.Logging.dll + + + ..\packages\Microsoft.IdentityModel.Tokens.6.35.0\lib\net462\Microsoft.IdentityModel.Tokens.dll ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + - - ..\packages\System.IdentityModel.Tokens.Jwt.6.34.0\lib\net45\System.IdentityModel.Tokens.Jwt.dll + + ..\packages\System.IdentityModel.Tokens.Jwt.6.35.0\lib\net462\System.IdentityModel.Tokens.Jwt.dll + + + ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll + + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + ..\packages\System.Text.Encodings.Web.4.7.2\lib\net461\System.Text.Encodings.Web.dll + + + ..\packages\System.Text.Json.4.7.2\lib\net461\System.Text.Json.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + + ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll + @@ -345,4 +376,4 @@ - + \ No newline at end of file diff --git a/Box.V2/app.config b/Box.V2/app.config index 597a774ee..f5ed3d89d 100644 --- a/Box.V2/app.config +++ b/Box.V2/app.config @@ -8,11 +8,35 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Box.V2/packages.config b/Box.V2/packages.config index 1681d9c09..30b50d537 100644 --- a/Box.V2/packages.config +++ b/Box.V2/packages.config @@ -1,9 +1,20 @@  - - - + + + + + - - + + + + + + + + + + + \ No newline at end of file