Skip to content

Commit e020b8f

Browse files
deps(nuget): Bump Microsoft.EntityFrameworkCore.Sqlite from 8.0.0 to 9.0.14
--- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e302c9c commit e020b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/Taskdeck.Infrastructure/Taskdeck.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.3.9" />
2020
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
21-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.14" />
2222
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)