Skip to content

Commit 511c4eb

Browse files
dependabot[bot]kennethmyhra
authored andcommitted
build(deps): bump Microsoft.EntityFrameworkCore.Sqlite
Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 8.0.11 to 8.0.12. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.11...v8.0.12) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 731a744 commit 511c4eb

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
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.11" />
1111
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.12" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.12" />
1313
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)