From 2d5eea5a9ab690806bda526f43956db6183fc73b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:20:33 +0000 Subject: [PATCH] Bump Microsoft.Identity.Client Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.3.0 to 4.61.3. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/compare/4.3.0...4.61.3) --- updated-dependencies: - dependency-name: Microsoft.Identity.Client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Microsoft.Office.Interop.TeamsAuto.csproj | 29 +++++++++++++++++-- .../TeamsAutoChannel/packages.config | 8 ++++- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/workshop-code-base/TeamsAutoChannel/TeamsAutoChannel/Microsoft.Office.Interop.TeamsAuto.csproj b/workshop-code-base/TeamsAutoChannel/TeamsAutoChannel/Microsoft.Office.Interop.TeamsAuto.csproj index 5d4fef1..116fb6c 100644 --- a/workshop-code-base/TeamsAutoChannel/TeamsAutoChannel/Microsoft.Office.Interop.TeamsAuto.csproj +++ b/workshop-code-base/TeamsAutoChannel/TeamsAutoChannel/Microsoft.Office.Interop.TeamsAuto.csproj @@ -32,17 +32,42 @@ 4 - - ..\packages\Microsoft.Identity.Client.4.3.0\lib\net45\Microsoft.Identity.Client.dll + + ..\packages\Microsoft.Identity.Client.4.61.3\lib\netstandard2.0\Microsoft.Identity.Client.dll + True + + + ..\packages\Microsoft.IdentityModel.Abstractions.7.6.0\lib\net461\Microsoft.IdentityModel.Abstractions.dll + True ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True + + + ..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\netstandard2.0\System.Diagnostics.DiagnosticSource.dll + True + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + True + diff --git a/workshop-code-base/TeamsAutoChannel/TeamsAutoChannel/packages.config b/workshop-code-base/TeamsAutoChannel/TeamsAutoChannel/packages.config index 4b28552..400b36f 100644 --- a/workshop-code-base/TeamsAutoChannel/TeamsAutoChannel/packages.config +++ b/workshop-code-base/TeamsAutoChannel/TeamsAutoChannel/packages.config @@ -1,5 +1,11 @@  - + + + + + + + \ No newline at end of file