From 0dc3237eec5a74363b19c4fa27acc211b786a227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:43:22 +0000 Subject: [PATCH] Bump Microsoft.EntityFrameworkCore.Sqlite from 7.0.10 to 7.0.11 (#2951) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump Microsoft.EntityFrameworkCore.Sqlite from 7.0.10 to 7.0.11 Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 7.0.10 to 7.0.11. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v7.0.10...v7.0.11) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Generated files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz --- build/LibraryVersions.g.cs | 2 +- test/Directory.Packages.props | 2 +- test/IntegrationTests/LibraryVersions.g.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index 2cade84988..eaebb03249 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -36,7 +36,7 @@ public static class LibraryVersion new List { new("6.0.12"), - new("7.0.10"), + new("7.0.11"), } }, { diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index 5b5e2126fc..32ac6e0531 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -19,7 +19,7 @@ - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index 6502c87709..228b92e5e2 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -37,7 +37,7 @@ public static class LibraryVersion new object[] { string.Empty } #else new object[] { "6.0.12" }, - new object[] { "7.0.10" }, + new object[] { "7.0.11" }, #endif }; public static readonly IReadOnlyCollection EntityFrameworkCorePomeloMySql = new List