Skip to content

Commit fb88e85

Browse files
authored
Merge pull request #191 from fullstackhero/dependabot/nuget/Microsoft.AspNetCore.Components.WebAssembly-6.0.5
Bump Microsoft.AspNetCore.Components.WebAssembly from 6.0.4 to 6.0.5
2 parents 12642ab + dafdcbe commit fb88e85

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)