Skip to content

Commit 77d9e4c

Browse files
Bump Microsoft.Extensions.Identity.Core from 5.0.11 to 6.0.0 (dotnet-architecture#629)
Bumps [Microsoft.Extensions.Identity.Core](https://github.com/dotnet/aspnetcore) from 5.0.11 to 6.0.0. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](dotnet/aspnetcore@v5.0.11...v6.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Identity.Core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7c7540 commit 77d9e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlazorAdmin/BlazorAdmin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.0" />
1212
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="6.0.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.0" PrivateAssets="all" />
14-
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="5.0.11" />
14+
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="6.0.0" />
1515
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="6.0.0" />
1616
<PackageReference Include="System.Net.Http.Json" Version="6.0.0" />
1717
</ItemGroup>

0 commit comments

Comments
 (0)