Skip to content

Commit dafdcbe

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Client.Infrastructure/Client.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="MediatR.Courier.DependencyInjection" Version="5.0.0" />
1212
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />
1313
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="6.0.4" />
14-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.4" />
14+
<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.4" />
1717
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="6.0.4" />

src/Client/Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Mapster" Version="7.3.0" />
13-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.4" />
13+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.5" />
1414
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.4" PrivateAssets="all" />
1515
<PackageReference Include="Microsoft.AspNetCore.Localization" Version="2.2.0" />
1616
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />

0 commit comments

Comments
 (0)