Skip to content

Commit e48671f

Browse files
Bump Microsoft.Authentication.WebAssembly.Msal from 6.0.4 to 6.0.5
Bumps [Microsoft.Authentication.WebAssembly.Msal](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.Authentication.WebAssembly.Msal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dd6cf2e commit e48671f

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
@@ -14,7 +14,7 @@
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" />
17-
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="6.0.4" />
17+
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="6.0.5" />
1818
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />
1919
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
2020
<PackageReference Include="Microsoft.Extensions.Localization" Version="6.0.5" />

0 commit comments

Comments
 (0)