Skip to content

Commit bbcde88

Browse files
Bump Microsoft.AspNetCore.Components.Authorization from 8.0.24 to 8.0.25 (#142)
Updated [Microsoft.AspNetCore.Components.Authorization](https://github.com/dotnet/aspnetcore) from 8.0.24 to 8.0.25. <details> <summary>Release notes</summary> _Sourced from [Microsoft.AspNetCore.Components.Authorization's releases](https://github.com/dotnet/aspnetcore/releases)._ ## 8.0.25 [Release](https://github.com/dotnet/core/releases/tag/v8.0.25) ## What's Changed * Update branding to 8.0.25 by @​vseanreesermsft in dotnet/aspnetcore#65293 * [release/8.0] (deps): Bump src/submodules/googletest from `9156d4c` to `56efe39` by @​dependabot[bot] in dotnet/aspnetcore#65289 * [release/8.0] Add support for hotfix branding by @​mmitche in dotnet/aspnetcore#65252 * [release/8.0] Remove package baseline infrastructure by @​Copilot in dotnet/aspnetcore#65209 * [release/8.0] Set network isolation policy for aspnetcore-ci by @​github-actions[bot] in dotnet/aspnetcore#65173 * [release/8.0] Fix URL format for JDK download on linux by @​github-actions[bot] in dotnet/aspnetcore#65076 * [release/8.0] Disable parallel restore for Grpc JsonTranscoding by @​github-actions[bot] in dotnet/aspnetcore#65073 * [release/8.0] Update Ubuntu queue to 22.04 by @​github-actions[bot] in dotnet/aspnetcore#65299 * [release/8.0] Re-enable Nuget Audit by @​wtgodbe in dotnet/aspnetcore#65328 * [release/8.0] Don't use netcoreapp2.1 in dotnet-getdocument by @​wtgodbe in dotnet/aspnetcore#65331 * [release/8.0] Update AzureIdentityVersion to 1.11.4 by @​wtgodbe in dotnet/aspnetcore#65332 * [release/8.0] Disable parallel restore for linker tests by @​wtgodbe in dotnet/aspnetcore#65375 * Merging internal commits for release/8.0 by @​vseanreesermsft in dotnet/aspnetcore#65382 * [release/8.0] Switch to non-preview 2022 queue by @​github-actions[bot] in dotnet/aspnetcore#65413 **Full Changelog**: dotnet/aspnetcore@v8.0.24...v8.0.25 Commits viewable in [compare view](dotnet/aspnetcore@v8.0.24...v8.0.25). </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.AspNetCore.Components.Authorization&package-manager=nuget&previous-version=8.0.24&new-version=8.0.25)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 011236f commit bbcde88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/F1.Web/F1.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.24" />
10+
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.25" />
1111
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.24" />
1212
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.24" PrivateAssets="all" />
1313
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />

0 commit comments

Comments
 (0)