Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit b9b9027

Browse files
Bump Microsoft.EntityFrameworkCore.Relational from 7.0.7 to 7.0.8
Bumps [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) from 7.0.7 to 7.0.8. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v7.0.7...v7.0.8) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f37ffe commit b9b9027

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Blog.AdminCommentBot/Blog.AdminCommentBot.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.8"/>
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.7" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.8" />
1919
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
2020
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
2121
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />

src/Blog.Infrastructure/Blog.Infrastructure.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" />
17-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.7" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.8" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.7" />
1919
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.7" />
2020
</ItemGroup>

0 commit comments

Comments
 (0)