Skip to content

Commit cb1afb9

Browse files
Bump Microsoft.AspNetCore.SignalR.Client from 6.0.4 to 6.0.5
Bumps [Microsoft.AspNetCore.SignalR.Client](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.SignalR.Client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cc3511 commit cb1afb9

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
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="6.0.4" />
1414
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.4" />
1515
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
16-
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="6.0.4" />
16+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="6.0.5" />
1717
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="6.0.4" />
1818
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />
1919
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />

0 commit comments

Comments
 (0)