From 9b857c24c79945ea0dd7ed1cd710393c6027d974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 09:44:32 +0000 Subject: [PATCH] Bump Microsoft.EntityFrameworkCore.Sqlite from 7.0.3 to 7.0.4 in /test (#2317) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump Microsoft.EntityFrameworkCore.Sqlite from 7.0.3 to 7.0.4 in /test 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](https://github.com/dotnet/efcore/compare/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] * 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 d33f6bdce..e4bec2f78 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -26,7 +26,7 @@ public static class LibraryVersion new List { "6.0.12", - "7.0.3", + "7.0.4", } }, { diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index 232afd92d..9e2ac93e4 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -17,7 +17,7 @@ - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index f000da1bf..7f43cfd77 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -28,7 +28,7 @@ public static class LibraryVersion new object[] { string.Empty } #else new object[] { "6.0.12" }, - new object[] { "7.0.3" }, + new object[] { "7.0.4" }, #endif }; public static readonly IReadOnlyCollection GraphQL = new List