From 227357894112203b7477ea61b4e4d3a59650d3d2 Mon Sep 17 00:00:00 2001 From: Omar Boukli-Hacene Date: Sat, 8 Jun 2024 22:30:17 +0200 Subject: [PATCH] chore: Update .NET tool manifest --- .config/dotnet-tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index d53b0fb..2a6d2a1 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "6.0.25", + "version": "8.0.6", "commands": [ "dotnet-ef" ] @@ -27,7 +27,7 @@ ] }, "coverlet.console": { - "version": "6.0.0", + "version": "6.0.2", "commands": [ "coverlet" ]