Skip to content

Commit d16d45e

Browse files
Bump Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore and System.Text.Json (#781)
Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.Sqlite` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.8...v8.0.10) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.8...v8.0.10) Updates `Microsoft.EntityFrameworkCore` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.8...v8.0.10) Updates `System.Text.Json` from 8.0.4 to 8.0.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2577726 commit d16d45e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<PackageVersion Include="EntityFramework" Version="6.5.1" />
1010
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="27.0.2" />
1111
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.8" />
12-
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
12+
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
1313
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" />
14-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.8" />
15-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
14+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.10" />
15+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.10" />
1616
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
1717
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1818
<PackageVersion Include="NUnit" Version="4.2.2" />

0 commit comments

Comments
 (0)