Skip to content

Commit 83f5462

Browse files
dependabot[bot]linkdotnet
authored andcommitted
Bump Microsoft.EntityFrameworkCore.Sqlite
Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 7.0.0-rc.2.22472.11 to 7.0.0. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/commits) --- 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 7d17bb5 commit 83f5462

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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.0" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-rc.2.22472.11" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
1414
<PackageReference Include="System.ServiceModel.Syndication" Version="7.0.0-rc.2.22472.3" />
1515
</ItemGroup>

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

+1-1
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.0" />
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-rc.2.22472.11" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0" />
1111
<PackageReference Include="RavenDB.TestDriver" Version="5.4.4" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)