From e8a10245c8d09d2412a9ab81f6183d96eb786124 Mon Sep 17 00:00:00 2001 From: jvyden Date: Sun, 22 May 2022 15:22:26 -0400 Subject: [PATCH] Update dotnet-ef tools command to 6.0.5 --- .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 5060fd65..e80b80ff 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "6.0.4", + "version": "6.0.5", "commands": [ "dotnet-ef" ]