From d21a7bdf0ce73ca6e8b36e7e6c18db80a8e30fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 10:26:34 +0000 Subject: [PATCH] Bump the entity-framework group with 4 updates Bumps the entity-framework group with 4 updates: [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) and [dotnet-ef](https://github.com/dotnet/efcore). Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.4 to 8.0.5 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.5) Updates `Microsoft.EntityFrameworkCore.Sqlite` from 8.0.4 to 8.0.5 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.5) Updates `Microsoft.EntityFrameworkCore.InMemory` from 8.0.4 to 8.0.5 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.5) Updates `dotnet-ef` from 8.0.4 to 8.0.5 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: entity-framework - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: entity-framework - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-patch dependency-group: entity-framework - dependency-name: dotnet-ef dependency-type: direct:production update-type: version-update:semver-patch dependency-group: entity-framework ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 8 +++++--- .mega-linter.yml | 3 ++- Directory.Packages.props | 6 +++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 66af6a4..93ec8eb 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,8 +3,10 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "8.0.4", - "commands": ["dotnet-ef"] + "version": "8.0.5", + "commands": [ + "dotnet-ef" + ] } } -} +} \ No newline at end of file diff --git a/.mega-linter.yml b/.mega-linter.yml index ed70df9..567ef6f 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -29,4 +29,5 @@ XML_XMLLINT_FILE_EXTENSIONS: - .props - .pubxml # Exclude verbatim copies of external sources that are not under our control. -FILTER_REGEX_EXCLUDE: COPYING\.md|LICENSES/ +# Also exclude auto-generated files. +FILTER_REGEX_EXCLUDE: COPYING\.md|LICENSES/|dotnet-tools.json diff --git a/Directory.Packages.props b/Directory.Packages.props index 050c4c0..9f7da1f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -9,15 +9,15 @@ SPDX-License-Identifier: MIT - + - + - +