From d992b5fd8518ceb7ae1aa9eaeb2fee2882caae88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 05:34:09 +0000 Subject: [PATCH] [Tests] Bump Microsoft.EntityFrameworkCore.Sqlite 7.* to 7.0.20 (#3440) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump Microsoft.EntityFrameworkCore.Sqlite and System.Diagnostics.DiagnosticSource Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) and [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.Sqlite` from 7.0.19 to 7.0.20 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v7.0.19...v7.0.20) Updates `System.Diagnostics.DiagnosticSource` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Diagnostics.DiagnosticSource dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update package definitions --------- 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/IntegrationTests/LibraryVersions.g.cs | 2 +- .../TestApplication.EntityFrameworkCore.csproj | 2 +- tools/LibraryVersionsGenerator/PackageVersionDefinitions.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index fbe9f1d056..4aee29720e 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -37,7 +37,7 @@ public static partial class LibraryVersion new List { new("6.0.27"), - new("7.0.19"), + new("7.0.20"), new("8.0.2", supportedFrameworks: new string[] {"net8.0"}), new("8.0.5", supportedFrameworks: new string[] {"net8.0"}), } diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index 4880bd6494..0712be3d48 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -51,7 +51,7 @@ public static TheoryData EntityFrameworkCore theoryData.Add(string.Empty); #else theoryData.Add("6.0.27"); - theoryData.Add("7.0.19"); + theoryData.Add("7.0.20"); #if NET8_0 theoryData.Add("8.0.2"); #endif diff --git a/test/test-applications/integrations/TestApplication.EntityFrameworkCore/TestApplication.EntityFrameworkCore.csproj b/test/test-applications/integrations/TestApplication.EntityFrameworkCore/TestApplication.EntityFrameworkCore.csproj index 34c0eda629..e66344d11a 100644 --- a/test/test-applications/integrations/TestApplication.EntityFrameworkCore/TestApplication.EntityFrameworkCore.csproj +++ b/test/test-applications/integrations/TestApplication.EntityFrameworkCore/TestApplication.EntityFrameworkCore.csproj @@ -7,7 +7,7 @@ - + diff --git a/tools/LibraryVersionsGenerator/PackageVersionDefinitions.cs b/tools/LibraryVersionsGenerator/PackageVersionDefinitions.cs index f1d89205ff..9ce5d3afa8 100644 --- a/tools/LibraryVersionsGenerator/PackageVersionDefinitions.cs +++ b/tools/LibraryVersionsGenerator/PackageVersionDefinitions.cs @@ -40,7 +40,7 @@ internal static class PackageVersionDefinitions Versions = new List { new("6.0.27"), - new("7.0.19"), + new("7.0.20"), new("8.0.2", supportedTargetFrameworks: new[] { "net8.0" }, supportedExecutionFrameworks: new[] { "net8.0" }), new("*", supportedTargetFrameworks: new[] { "net8.0" }, supportedExecutionFrameworks: new[] { "net8.0" }) }