Skip to content

Commit 38a3d98

Browse files
chore(deps): bump Microsoft.AspNetCore.Authorization
Bumps [Microsoft.AspNetCore.Authorization](https://github.com/dotnet/aspnetcore) from 9.0.3 to 9.0.4. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v9.0.3...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authorization dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20356eb commit 38a3d98

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
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="9.0.2" />
2727
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="9.0.3" />
2828
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.3" />
29-
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="9.0.3" />
29+
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="9.0.4" />
3030
<PackageReference Include="Microsoft.Identity.Web" Version="3.6.2" />
3131
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.23.0" />
3232
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />

0 commit comments

Comments
 (0)