From aeb3ba12f01447f7b47674720afe4b05b6d657ac Mon Sep 17 00:00:00 2001 From: jvyden Date: Sun, 7 Nov 2021 20:55:36 -0500 Subject: [PATCH] Update `dotnet-ef` tool to 5.0.12 --- .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 05959425..13b7efb2 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "5.0.11", + "version": "5.0.12", "commands": [ "dotnet-ef" ]