Skip to content

Commit fb511c9

Browse files
chore(deps): bump Microsoft.AspNetCore.Authentication.JwtBearer and Microsoft.Identity.Web
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) and [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web). These dependencies needed to be updated together. Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 9.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v9.0.1...v9.0.0) Updates `Microsoft.Identity.Web` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases) - [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md) - [Commits](AzureAD/microsoft-identity-web@3.6.0...3.6.1) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Identity.Web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 521cbde commit fb511c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PathfinderHonorManager/PathfinderHonorManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="9.0.1" />
2828
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.1" />
2929
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="9.0.1" />
30-
<PackageReference Include="Microsoft.Identity.Web" Version="3.6.0" />
30+
<PackageReference Include="Microsoft.Identity.Web" Version="3.6.1" />
3131
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
3232
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
3333
</ItemGroup>

0 commit comments

Comments
 (0)