Skip to content

Commit 048a102

Browse files
Bump Microsoft.EntityFrameworkCore.Sqlite from 7.0.0 to 7.0.1 (#141)
Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9809b51 commit 048a102

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
@@ -9,7 +9,7 @@
99
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
1010
<PackageReference Include="Markdig" Version="0.30.4" />
1111
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.1" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.1" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.1" />
1414
<PackageReference Include="System.ServiceModel.Syndication" Version="7.0.0" />
1515
</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.1" />
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.1" />
1111
<PackageReference Include="RavenDB.TestDriver" Version="5.4.5" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)