Skip to content

Commit 22fdc25

Browse files
Bump Microsoft.AspNetCore.Components.Authorization from 6.0.4 to 6.0.5
Bumps [Microsoft.AspNetCore.Components.Authorization](https://github.com/dotnet/aspnetcore) from 6.0.4 to 6.0.5. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v6.0.4...v6.0.5) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Components.Authorization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd6cf2e commit 22fdc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.Infrastructure/Client.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Blazored.LocalStorage" Version="4.2.0" />
1111
<PackageReference Include="MediatR.Courier.DependencyInjection" Version="5.0.0" />
1212
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />
13-
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="6.0.4" />
13+
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="6.0.5" />
1414
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.5" />
1515
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
1616
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="6.0.5" />

0 commit comments

Comments
 (0)