Skip to content

Commit e4edb00

Browse files
deps(nuget): Bump Microsoft.EntityFrameworkCore.Design from 8.0.0 to 9.0.14
--- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Design 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 e4edb00

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
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.3.9" />
2020
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
2121
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" />
22-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0">
22+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.14">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>

0 commit comments

Comments
 (0)