Skip to content

Commit 1a34e2d

Browse files
dependabot[bot]linkdotnet
authored andcommitted
Bump Microsoft.EntityFrameworkCore.Sqlite from 7.0.3 to 7.0.4
Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 7.0.3 to 7.0.4. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v7.0.3...v7.0.4) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 17ddae3 commit 1a34e2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LinkDotNet.Blog.Web/LinkDotNet.Blog.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="GitInfo" Version="3.0.4" PrivateAssets="all" />
1212
<PackageReference Include="Markdig" Version="0.31.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.4" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.3" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.4" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.3" />
1616
<PackageReference Include="System.ServiceModel.Syndication" Version="7.0.0" />
1717
</ItemGroup>

tests/LinkDotNet.Blog.IntegrationTests/LinkDotNet.Blog.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.4" />
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.3" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.4" />
1111
<PackageReference Include="RavenDB.TestDriver" Version="5.4.101" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)