From 14ca47c525e0f65897381c26ec2c4ffe64bf911a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:38:22 -0500 Subject: [PATCH] [deps] DbOps: Update dotnet-ef to v8.0.1 (#3748) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index e29d6594e..a1119ca47 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -7,7 +7,7 @@ "commands": ["swagger"] }, "dotnet-ef": { - "version": "8.0.0", + "version": "8.0.1", "commands": ["dotnet-ef"] } }