From 4c52b3bde4cb3d11901502e6ff0978aba636d915 Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Thu, 15 Jan 2026 20:05:22 -0600 Subject: [PATCH] update dotnet tools --- Shogi/.config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shogi/.config/dotnet-tools.json b/Shogi/.config/dotnet-tools.json index 50a0457..cf20ad1 100644 --- a/Shogi/.config/dotnet-tools.json +++ b/Shogi/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "6.0.5", + "version": "10.0.2", "commands": [ "dotnet-ef" ]