Skip to content

Commit 60b4d32

Browse files
dependabot[bot]kennethmyhra
authored andcommitted
build(deps): bump Microsoft.AspNetCore.Identity.EntityFrameworkCore
Bumps [Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) from 8.0.11 to 8.0.12. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.11...v8.0.12) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4793644 commit 60b4d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spark.Web/Spark.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.11" />
10+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.12" />
1111
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.12" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.12" />
1313
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />

0 commit comments

Comments
 (0)