Skip to content

Commit

Permalink
Bump Microsoft.AspNetCore.Components.Web and Microsoft.AspNetCore.Aut…
Browse files Browse the repository at this point in the history
…horization

Bumps [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) and [Microsoft.AspNetCore.Authorization](https://github.com/dotnet/aspnetcore). These dependencies needed to be updated together.

Updates `Microsoft.AspNetCore.Components.Web` from 6.0.13 to 6.0.30
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.13...v6.0.30)

Updates `Microsoft.AspNetCore.Authorization` from 6.0.13 to 6.0.30
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.13...v6.0.30)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.Authorization
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 30415fe commit 7d32ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/src/Piipan.Components/Piipan.Components.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.30" />
</ItemGroup>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.30" />
<PackageReference Include="Polly" Version="7.2.3" />
</ItemGroup>

Expand Down

0 comments on commit 7d32ed5

Please sign in to comment.