Update Jwt package to v8.16.0 in Teams projects#372
Conversation
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.
There was a problem hiding this comment.
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.Jwtto8.16.0inMicrosoft.Teams.Api. - Bump
System.IdentityModel.Tokens.Jwtto8.16.0inMicrosoft.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.
There was a problem hiding this comment.
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.Jwtto8.16.0inMicrosoft.Teams.ApiandMicrosoft.Teams.Plugins.AspNetCore.DevTools. - Update
Microsoft.Extensions.DependencyInjectioninMicrosoft.Teams.Apps.Teststo10.0.5and remove...DependencyInjection.Abstractionsreference.
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.
| <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> |
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.