Skip to content

Commit 43c8eb9

Browse files
Bump Microsoft.EntityFrameworkCore.Design from 7.0.4 to 7.0.20
--- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 7.0.20 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 7.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68b1d58 commit 43c8eb9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

accounts-api/src/Infrastructure/Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
1616
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.8" />
17-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.4">
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.20">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>

accounts-api/src/WebApi/WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ItemGroup>
2323
<!-- Microsoft -->
2424
<PackageReference Include="EPPlus" Version="6.2.6" />
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.4">
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.20">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>

0 commit comments

Comments
 (0)