Skip to content

Commit b998b3f

Browse files
Bump Microsoft.EntityFrameworkCore.Design and Microsoft.EntityFrameworkCore.Relational
Bumps Microsoft.EntityFrameworkCore.Design from 9.0.10 to 9.0.13 Bumps Microsoft.EntityFrameworkCore.Relational from 9.0.10 to 9.0.13 --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d0cba58 commit b998b3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Refresh.Database/Refresh.Database.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.10" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.13" />
1313
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.10">
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.13">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>

0 commit comments

Comments
 (0)