Skip to content

Update Jwt package to v8.16.0 in Teams projects#372

Merged
rido-min merged 3 commits intomainfrom
fix/bcl-update
Mar 17, 2026
Merged

Update Jwt package to v8.16.0 in Teams projects#372
rido-min merged 3 commits intomainfrom
fix/bcl-update

Conversation

@rido-min
Copy link
Copy Markdown
Member

Upgraded System.IdentityModel.Tokens.Jwt to version 8.16.0 in Microsoft.Teams.Api.csproj and Microsoft.Teams.Plugins.AspNetCore.DevTools.csproj, replacing previous versions (8.5.0 and 8.8.0). No other changes were made.

Upgraded System.IdentityModel.Tokens.Jwt to version 8.16.0 in Microsoft.Teams.Api.csproj and Microsoft.Teams.Plugins.AspNetCore.DevTools.csproj, replacing previous versions (8.5.0 and 8.8.0). No other changes were made.
Copilot AI review requested due to automatic review settings March 16, 2026 20:26
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the System.IdentityModel.Tokens.Jwt dependency version used by Teams SDK library projects to a newer patch/minor release, likely for security fixes and/or compatibility improvements.

Changes:

  • Bump System.IdentityModel.Tokens.Jwt to 8.16.0 in Microsoft.Teams.Api.
  • Bump System.IdentityModel.Tokens.Jwt to 8.16.0 in Microsoft.Teams.Plugins.AspNetCore.DevTools.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Libraries/Microsoft.Teams.Api/Microsoft.Teams.Api.csproj Updates JWT package reference to 8.16.0.
Libraries/Microsoft.Teams.Plugins/Microsoft.Teams.Plugins.AspNetCore.DevTools/Microsoft.Teams.Plugins.AspNetCore.DevTools.csproj Updates JWT package reference to 8.16.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Upgraded Microsoft.Extensions.DependencyInjection to version 10.0.5 and removed the Microsoft.Extensions.DependencyInjection.Abstractions package reference. This streamlines dependency injection usage and ensures compatibility with newer libraries.
@rido-min rido-min requested review from singhk97 March 16, 2026 20:57
Copilot AI review requested due to automatic review settings March 17, 2026 17:55
@rido-min rido-min enabled auto-merge (squash) March 17, 2026 17:56
@rido-min rido-min merged commit 37564f8 into main Mar 17, 2026
8 checks passed
@rido-min rido-min deleted the fix/bcl-update branch March 17, 2026 17:59
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Upgrades JWT dependency versions in Teams libraries, and adjusts dependency injection package references in the test project.

Changes:

  • Bump System.IdentityModel.Tokens.Jwt to 8.16.0 in Microsoft.Teams.Api and Microsoft.Teams.Plugins.AspNetCore.DevTools.
  • Update Microsoft.Extensions.DependencyInjection in Microsoft.Teams.Apps.Tests to 10.0.5 and remove ...DependencyInjection.Abstractions reference.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
Tests/Microsoft.Teams.Apps.Tests/Microsoft.Teams.Apps.Tests.csproj Updates DI package references (beyond JWT scope).
Libraries/Microsoft.Teams.Plugins/Microsoft.Teams.Plugins.AspNetCore.DevTools/Microsoft.Teams.Plugins.AspNetCore.DevTools.csproj Bumps System.IdentityModel.Tokens.Jwt to 8.16.0.
Libraries/Microsoft.Teams.Api/Microsoft.Teams.Api.csproj Bumps System.IdentityModel.Tokens.Jwt to 8.16.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 12 to 18
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants