From 4e2c458e1cbbdc489639a7dafc42db1d8af335ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:23:31 +0000 Subject: [PATCH] Bump the graph-identity-telemetry group with 7 updates Bumps Microsoft.IdentityModel.Abstractions from 8.19.2 to 8.21.0 Bumps Microsoft.IdentityModel.JsonWebTokens from 8.19.2 to 8.21.0 Bumps Microsoft.IdentityModel.Logging from 8.19.2 to 8.21.0 Bumps Microsoft.IdentityModel.Protocols from 8.19.2 to 8.21.0 Bumps Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.19.2 to 8.21.0 Bumps Microsoft.IdentityModel.Tokens from 8.19.2 to 8.21.0 Bumps Microsoft.IdentityModel.Validators from 8.19.2 to 8.21.0 --- updated-dependencies: - dependency-name: Microsoft.IdentityModel.Abstractions dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Abstractions dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Abstractions dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Abstractions dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Abstractions dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Abstractions dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Abstractions dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.JsonWebTokens dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Logging dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Protocols dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Protocols.OpenIdConnect dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Tokens dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Validators dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Abstractions dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.JsonWebTokens dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Logging dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Protocols dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Protocols.OpenIdConnect dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Tokens dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Validators dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry - dependency-name: Microsoft.IdentityModel.Abstractions dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graph-identity-telemetry ... Signed-off-by: dependabot[bot] --- QuickFiler.Test/QuickFiler.Test.csproj | 9 +- QuickFiler.Test/app.config | 374 +++------------ QuickFiler.Test/packages.config | 147 ++---- Tags.Test/Tags.Test.csproj | 9 +- Tags.Test/app.config | 350 +++------------ Tags.Test/packages.config | 141 +----- TaskMaster.Test/TaskMaster.Test.csproj | 9 +- TaskMaster.Test/app.config | 374 +++------------ TaskMaster.Test/packages.config | 141 +----- TaskTree.Test/TaskTree.Test.csproj | 9 +- TaskTree.Test/app.config | 350 +++------------ TaskTree.Test/packages.config | 141 +----- .../TaskVisualization.Test.csproj | 9 +- TaskVisualization.Test/app.config | 374 +++------------ TaskVisualization.Test/packages.config | 141 +----- ToDoModel.Test/ToDoModel.Test.csproj | 9 +- ToDoModel.Test/app.config | 374 +++------------ ToDoModel.Test/packages.config | 141 +----- UtilitiesCS.Test/UtilitiesCS.Test.csproj | 44 +- UtilitiesCS.Test/app.config | 424 ++++-------------- UtilitiesCS.Test/packages.config | 165 ++----- UtilitiesCS/UtilitiesCS.csproj | 44 +- UtilitiesCS/app.config | 338 +++----------- UtilitiesCS/packages.config | 110 +---- VBFunctions.Test/VBFunctions.Test.csproj | 9 +- VBFunctions.Test/app.config | 374 +++------------ VBFunctions.Test/packages.config | 141 +----- 27 files changed, 887 insertions(+), 3864 deletions(-) diff --git a/QuickFiler.Test/QuickFiler.Test.csproj b/QuickFiler.Test/QuickFiler.Test.csproj index dc52e486..4feb1b77 100644 --- a/QuickFiler.Test/QuickFiler.Test.csproj +++ b/QuickFiler.Test/QuickFiler.Test.csproj @@ -1,6 +1,6 @@ - + @@ -221,8 +221,9 @@ ..\packages\Microsoft.Identity.Client.Extensions.Msal.4.86.1\lib\netstandard2.0\Microsoft.Identity.Client.Extensions.Msal.dll - - ..\packages\Microsoft.IdentityModel.Abstractions.8.19.2\lib\net472\Microsoft.IdentityModel.Abstractions.dll + + ..\packages\Microsoft.IdentityModel.Abstractions.8.21.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True False @@ -406,7 +407,7 @@ - + diff --git a/QuickFiler.Test/app.config b/QuickFiler.Test/app.config index 461a8637..bc3c9431 100644 --- a/QuickFiler.Test/app.config +++ b/QuickFiler.Test/app.config @@ -3,43 +3,23 @@ - + - + - + - + - + @@ -51,19 +31,11 @@ - + - + @@ -79,59 +51,31 @@ - + - + - + - + - - + + - + - + @@ -139,387 +83,195 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/QuickFiler.Test/packages.config b/QuickFiler.Test/packages.config index 64b86398..08a4d0c6 100644 --- a/QuickFiler.Test/packages.config +++ b/QuickFiler.Test/packages.config @@ -7,141 +7,48 @@ - + - + - - - - - - - + + + + + + + - - + + - + - + - - + + - - + + - + - + - - - - + + + + @@ -155,14 +62,10 @@ - + - + \ No newline at end of file diff --git a/Tags.Test/Tags.Test.csproj b/Tags.Test/Tags.Test.csproj index af87badc..9666aa37 100644 --- a/Tags.Test/Tags.Test.csproj +++ b/Tags.Test/Tags.Test.csproj @@ -1,6 +1,6 @@ - + @@ -112,8 +112,9 @@ ..\packages\Microsoft.Identity.Client.Extensions.Msal.4.86.1\lib\netstandard2.0\Microsoft.Identity.Client.Extensions.Msal.dll - - ..\packages\Microsoft.IdentityModel.Abstractions.8.19.2\lib\net472\Microsoft.IdentityModel.Abstractions.dll + + ..\packages\Microsoft.IdentityModel.Abstractions.8.21.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True False @@ -290,7 +291,7 @@ - + diff --git a/Tags.Test/app.config b/Tags.Test/app.config index d5917cfe..41812f9b 100644 --- a/Tags.Test/app.config +++ b/Tags.Test/app.config @@ -3,195 +3,99 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -199,11 +103,7 @@ - + @@ -215,147 +115,75 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + @@ -363,51 +191,27 @@ - + - + - + - + - + - + @@ -415,75 +219,39 @@ - + - + - + - + - + - + - + - + - + diff --git a/Tags.Test/packages.config b/Tags.Test/packages.config index 00175f83..312fc660 100644 --- a/Tags.Test/packages.config +++ b/Tags.Test/packages.config @@ -5,135 +5,46 @@ - + - + - - - - - - - + + + + + + + - - + + - + - - + + - - + + - + - + - - - - + + + + @@ -147,14 +58,10 @@ - + - + \ No newline at end of file diff --git a/TaskMaster.Test/TaskMaster.Test.csproj b/TaskMaster.Test/TaskMaster.Test.csproj index 0882174d..dcf844de 100644 --- a/TaskMaster.Test/TaskMaster.Test.csproj +++ b/TaskMaster.Test/TaskMaster.Test.csproj @@ -1,6 +1,6 @@ - + @@ -121,8 +121,9 @@ ..\packages\Microsoft.Identity.Client.Extensions.Msal.4.86.1\lib\netstandard2.0\Microsoft.Identity.Client.Extensions.Msal.dll - - ..\packages\Microsoft.IdentityModel.Abstractions.8.19.2\lib\net472\Microsoft.IdentityModel.Abstractions.dll + + ..\packages\Microsoft.IdentityModel.Abstractions.8.21.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True False @@ -341,7 +342,7 @@ - + diff --git a/TaskMaster.Test/app.config b/TaskMaster.Test/app.config index f6627783..7c391cb6 100644 --- a/TaskMaster.Test/app.config +++ b/TaskMaster.Test/app.config @@ -3,27 +3,15 @@ - + - + - + @@ -31,11 +19,7 @@ - + @@ -43,19 +27,11 @@ - + - + @@ -63,67 +39,35 @@ - + - + - - + + - + - + - + - + - + @@ -131,11 +75,7 @@ - + @@ -143,379 +83,191 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/TaskMaster.Test/packages.config b/TaskMaster.Test/packages.config index f1b1f11d..2ea3122c 100644 --- a/TaskMaster.Test/packages.config +++ b/TaskMaster.Test/packages.config @@ -7,136 +7,47 @@ - + - + - - - - - - - + + + + + + + - - + + - + - - + + - - + + - + - + - - - - + + + + @@ -150,14 +61,10 @@ - + - + \ No newline at end of file diff --git a/TaskTree.Test/TaskTree.Test.csproj b/TaskTree.Test/TaskTree.Test.csproj index c55c3655..1d8fdf3f 100644 --- a/TaskTree.Test/TaskTree.Test.csproj +++ b/TaskTree.Test/TaskTree.Test.csproj @@ -1,6 +1,6 @@ - + @@ -112,8 +112,9 @@ ..\packages\Microsoft.Identity.Client.Extensions.Msal.4.86.1\lib\netstandard2.0\Microsoft.Identity.Client.Extensions.Msal.dll - - ..\packages\Microsoft.IdentityModel.Abstractions.8.19.2\lib\net472\Microsoft.IdentityModel.Abstractions.dll + + ..\packages\Microsoft.IdentityModel.Abstractions.8.21.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True False @@ -291,7 +292,7 @@ - + diff --git a/TaskTree.Test/app.config b/TaskTree.Test/app.config index d5917cfe..41812f9b 100644 --- a/TaskTree.Test/app.config +++ b/TaskTree.Test/app.config @@ -3,195 +3,99 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -199,11 +103,7 @@ - + @@ -215,147 +115,75 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + @@ -363,51 +191,27 @@ - + - + - + - + - + - + @@ -415,75 +219,39 @@ - + - + - + - + - + - + - + - + - + diff --git a/TaskTree.Test/packages.config b/TaskTree.Test/packages.config index 00175f83..312fc660 100644 --- a/TaskTree.Test/packages.config +++ b/TaskTree.Test/packages.config @@ -5,135 +5,46 @@ - + - + - - - - - - - + + + + + + + - - + + - + - - + + - - + + - + - + - - - - + + + + @@ -147,14 +58,10 @@ - + - + \ No newline at end of file diff --git a/TaskVisualization.Test/TaskVisualization.Test.csproj b/TaskVisualization.Test/TaskVisualization.Test.csproj index 96c341de..1701c45a 100644 --- a/TaskVisualization.Test/TaskVisualization.Test.csproj +++ b/TaskVisualization.Test/TaskVisualization.Test.csproj @@ -1,6 +1,6 @@ - + @@ -147,8 +147,9 @@ ..\packages\Microsoft.Identity.Client.Extensions.Msal.4.86.1\lib\netstandard2.0\Microsoft.Identity.Client.Extensions.Msal.dll - - ..\packages\Microsoft.IdentityModel.Abstractions.8.19.2\lib\net472\Microsoft.IdentityModel.Abstractions.dll + + ..\packages\Microsoft.IdentityModel.Abstractions.8.21.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True False @@ -315,7 +316,7 @@ - + diff --git a/TaskVisualization.Test/app.config b/TaskVisualization.Test/app.config index 0301fe8d..bcc8954d 100644 --- a/TaskVisualization.Test/app.config +++ b/TaskVisualization.Test/app.config @@ -3,35 +3,19 @@ - + - + - + - + @@ -43,27 +27,15 @@ - + - + - + @@ -79,59 +51,31 @@ - + - + - + - + - - + + - + - + @@ -139,387 +83,195 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/TaskVisualization.Test/packages.config b/TaskVisualization.Test/packages.config index 00175f83..312fc660 100644 --- a/TaskVisualization.Test/packages.config +++ b/TaskVisualization.Test/packages.config @@ -5,135 +5,46 @@ - + - + - - - - - - - + + + + + + + - - + + - + - - + + - - + + - + - + - - - - + + + + @@ -147,14 +58,10 @@ - + - + \ No newline at end of file diff --git a/ToDoModel.Test/ToDoModel.Test.csproj b/ToDoModel.Test/ToDoModel.Test.csproj index 05cd98ff..3747d110 100644 --- a/ToDoModel.Test/ToDoModel.Test.csproj +++ b/ToDoModel.Test/ToDoModel.Test.csproj @@ -1,6 +1,6 @@ - + @@ -156,8 +156,9 @@ ..\packages\Microsoft.Identity.Client.Extensions.Msal.4.86.1\lib\netstandard2.0\Microsoft.Identity.Client.Extensions.Msal.dll - - ..\packages\Microsoft.IdentityModel.Abstractions.8.19.2\lib\net472\Microsoft.IdentityModel.Abstractions.dll + + ..\packages\Microsoft.IdentityModel.Abstractions.8.21.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True False @@ -333,7 +334,7 @@ - + diff --git a/ToDoModel.Test/app.config b/ToDoModel.Test/app.config index 19a38b3b..cdf7023e 100644 --- a/ToDoModel.Test/app.config +++ b/ToDoModel.Test/app.config @@ -3,35 +3,19 @@ - + - + - + - + @@ -39,11 +23,7 @@ - + @@ -51,19 +31,11 @@ - + - + @@ -79,59 +51,31 @@ - + - + - + - + - - + + - + - + @@ -139,387 +83,195 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/ToDoModel.Test/packages.config b/ToDoModel.Test/packages.config index b5730eae..14bc4de3 100644 --- a/ToDoModel.Test/packages.config +++ b/ToDoModel.Test/packages.config @@ -5,137 +5,48 @@ - + - + - - - - - - - + + + + + + + - - + + - + - - + + - - + + - + - + - - - - + + + + @@ -149,14 +60,10 @@ - + - + \ No newline at end of file diff --git a/UtilitiesCS.Test/UtilitiesCS.Test.csproj b/UtilitiesCS.Test/UtilitiesCS.Test.csproj index 9c79e1e4..d35d2f54 100644 --- a/UtilitiesCS.Test/UtilitiesCS.Test.csproj +++ b/UtilitiesCS.Test/UtilitiesCS.Test.csproj @@ -1,6 +1,6 @@ - + @@ -636,26 +636,33 @@ ..\packages\Microsoft.Identity.Client.Extensions.Msal.4.86.1\lib\netstandard2.0\Microsoft.Identity.Client.Extensions.Msal.dll True - - ..\packages\Microsoft.IdentityModel.Abstractions.8.19.2\lib\net472\Microsoft.IdentityModel.Abstractions.dll + + ..\packages\Microsoft.IdentityModel.Abstractions.8.21.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True - - ..\packages\Microsoft.IdentityModel.JsonWebTokens.8.19.2\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll + + ..\packages\Microsoft.IdentityModel.JsonWebTokens.8.21.0\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll + True - - ..\packages\Microsoft.IdentityModel.Logging.8.19.2\lib\net472\Microsoft.IdentityModel.Logging.dll + + ..\packages\Microsoft.IdentityModel.Logging.8.21.0\lib\net472\Microsoft.IdentityModel.Logging.dll + True - - ..\packages\Microsoft.IdentityModel.Protocols.8.19.2\lib\net472\Microsoft.IdentityModel.Protocols.dll + + ..\packages\Microsoft.IdentityModel.Protocols.8.21.0\lib\net472\Microsoft.IdentityModel.Protocols.dll + True - - ..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.8.19.2\lib\net472\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll + + ..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.8.21.0\lib\net472\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll + True - - ..\packages\Microsoft.IdentityModel.Tokens.8.19.2\lib\net472\Microsoft.IdentityModel.Tokens.dll + + ..\packages\Microsoft.IdentityModel.Tokens.8.21.0\lib\net472\Microsoft.IdentityModel.Tokens.dll + True - - ..\packages\Microsoft.IdentityModel.Validators.8.19.2\lib\net472\Microsoft.IdentityModel.Validators.dll + + ..\packages\Microsoft.IdentityModel.Validators.8.21.0\lib\net472\Microsoft.IdentityModel.Validators.dll + True ..\packages\Microsoft.Kiota.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Kiota.Abstractions.dll @@ -793,8 +800,9 @@ ..\packages\System.Formats.Asn1.10.0.10\lib\net462\System.Formats.Asn1.dll - - ..\packages\System.IdentityModel.Tokens.Jwt.8.19.2\lib\net472\System.IdentityModel.Tokens.Jwt.dll + + ..\packages\System.IdentityModel.Tokens.Jwt.8.21.0\lib\net472\System.IdentityModel.Tokens.Jwt.dll + True ..\packages\System.Interactive.7.0.1\lib\net48\System.Interactive.dll @@ -916,8 +924,8 @@ - + diff --git a/UtilitiesCS.Test/app.config b/UtilitiesCS.Test/app.config index fd26e11a..867e26c4 100644 --- a/UtilitiesCS.Test/app.config +++ b/UtilitiesCS.Test/app.config @@ -3,35 +3,19 @@ - + - + - + - + @@ -43,27 +27,15 @@ - + - + - + @@ -79,59 +51,31 @@ - + - + - + - + - - + + - + - + @@ -139,435 +83,219 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/UtilitiesCS.Test/packages.config b/UtilitiesCS.Test/packages.config index fa9693a3..57b19e27 100644 --- a/UtilitiesCS.Test/packages.config +++ b/UtilitiesCS.Test/packages.config @@ -9,103 +9,41 @@ - + - + - - - - - - - + + + + + + + - - + + - + - + - - - - - - - - + + + + + + + + @@ -116,69 +54,34 @@ - - + + - + - + - - - - + + + + - + @@ -194,15 +97,11 @@ - + - + \ No newline at end of file diff --git a/UtilitiesCS/UtilitiesCS.csproj b/UtilitiesCS/UtilitiesCS.csproj index f13f3e13..fe2b4272 100644 --- a/UtilitiesCS/UtilitiesCS.csproj +++ b/UtilitiesCS/UtilitiesCS.csproj @@ -1,6 +1,6 @@ - + @@ -139,26 +139,33 @@ ..\packages\Microsoft.Identity.Client.Extensions.Msal.4.86.1\lib\netstandard2.0\Microsoft.Identity.Client.Extensions.Msal.dll - - ..\packages\Microsoft.IdentityModel.Abstractions.8.19.2\lib\net472\Microsoft.IdentityModel.Abstractions.dll + + ..\packages\Microsoft.IdentityModel.Abstractions.8.21.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True - - ..\packages\Microsoft.IdentityModel.JsonWebTokens.8.19.2\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll + + ..\packages\Microsoft.IdentityModel.JsonWebTokens.8.21.0\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll + True - - ..\packages\Microsoft.IdentityModel.Logging.8.19.2\lib\net472\Microsoft.IdentityModel.Logging.dll + + ..\packages\Microsoft.IdentityModel.Logging.8.21.0\lib\net472\Microsoft.IdentityModel.Logging.dll + True - - ..\packages\Microsoft.IdentityModel.Protocols.8.19.2\lib\net472\Microsoft.IdentityModel.Protocols.dll + + ..\packages\Microsoft.IdentityModel.Protocols.8.21.0\lib\net472\Microsoft.IdentityModel.Protocols.dll + True - - ..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.8.19.2\lib\net472\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll + + ..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.8.21.0\lib\net472\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll + True - - ..\packages\Microsoft.IdentityModel.Tokens.8.19.2\lib\net472\Microsoft.IdentityModel.Tokens.dll + + ..\packages\Microsoft.IdentityModel.Tokens.8.21.0\lib\net472\Microsoft.IdentityModel.Tokens.dll + True - - ..\packages\Microsoft.IdentityModel.Validators.8.19.2\lib\net472\Microsoft.IdentityModel.Validators.dll + + ..\packages\Microsoft.IdentityModel.Validators.8.21.0\lib\net472\Microsoft.IdentityModel.Validators.dll + True ..\packages\Microsoft.IO.RecyclableMemoryStream.3.0.1\lib\netstandard2.0\Microsoft.IO.RecyclableMemoryStream.dll @@ -336,8 +343,9 @@ True - - ..\packages\System.IdentityModel.Tokens.Jwt.8.19.2\lib\net472\System.IdentityModel.Tokens.Jwt.dll + + ..\packages\System.IdentityModel.Tokens.Jwt.8.21.0\lib\net472\System.IdentityModel.Tokens.Jwt.dll + True ..\packages\System.Interactive.7.0.1\lib\net48\System.Interactive.dll @@ -1272,8 +1280,8 @@ - + diff --git a/UtilitiesCS/app.config b/UtilitiesCS/app.config index 45e11e58..bf6bef1f 100644 --- a/UtilitiesCS/app.config +++ b/UtilitiesCS/app.config @@ -1,50 +1,26 @@  - -
+ +
- + - + - + - + @@ -56,27 +32,15 @@ - + - + - + @@ -92,59 +56,31 @@ - + - + - + - + - - + + - + - + @@ -152,301 +88,161 @@ - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + diff --git a/UtilitiesCS/packages.config b/UtilitiesCS/packages.config index fc173722..27707635 100644 --- a/UtilitiesCS/packages.config +++ b/UtilitiesCS/packages.config @@ -14,76 +14,34 @@ - + - + - - - - - - + + + + + + - - - - - - - - + + + + + + + + @@ -104,18 +62,8 @@ - - + + @@ -135,7 +83,7 @@ - + @@ -169,26 +117,14 @@ - + - - + + @@ -206,4 +142,4 @@ - + \ No newline at end of file diff --git a/VBFunctions.Test/VBFunctions.Test.csproj b/VBFunctions.Test/VBFunctions.Test.csproj index 5e866111..f29271d6 100644 --- a/VBFunctions.Test/VBFunctions.Test.csproj +++ b/VBFunctions.Test/VBFunctions.Test.csproj @@ -1,6 +1,6 @@ - + @@ -107,8 +107,9 @@ ..\packages\Microsoft.Identity.Client.Extensions.Msal.4.86.1\lib\netstandard2.0\Microsoft.Identity.Client.Extensions.Msal.dll - - ..\packages\Microsoft.IdentityModel.Abstractions.8.19.2\lib\net472\Microsoft.IdentityModel.Abstractions.dll + + ..\packages\Microsoft.IdentityModel.Abstractions.8.21.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True ..\packages\Microsoft.Testing.Platform.MSBuild.2.3.2\lib\netstandard2.0\Microsoft.Testing.Extensions.MSBuild.dll @@ -270,7 +271,7 @@ - + diff --git a/VBFunctions.Test/app.config b/VBFunctions.Test/app.config index 73022de0..7e652869 100644 --- a/VBFunctions.Test/app.config +++ b/VBFunctions.Test/app.config @@ -3,19 +3,11 @@ - + - + @@ -27,11 +19,7 @@ - + @@ -39,83 +27,43 @@ - + - + - + - + - + - + - + - - + + - + - + @@ -127,395 +75,199 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/VBFunctions.Test/packages.config b/VBFunctions.Test/packages.config index d5590cab..8a443afd 100644 --- a/VBFunctions.Test/packages.config +++ b/VBFunctions.Test/packages.config @@ -3,134 +3,45 @@ - + - + - - - - - - - + + + + + + + - - + + - + - - + + - - + + - + - + - - - - + + + + @@ -144,14 +55,10 @@ - + - + \ No newline at end of file