From 84680fa81d57af8eb79a3445538c04f2f55f3136 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Wed, 2 Apr 2025 16:17:58 -0400 Subject: [PATCH] Update dotnet-tools to version 9 --- backend/src/Web/.config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/Web/.config/dotnet-tools.json b/backend/src/Web/.config/dotnet-tools.json index d9d129c..4633692 100644 --- a/backend/src/Web/.config/dotnet-tools.json +++ b/backend/src/Web/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "8.0.3", + "version": "9.0.3", "commands": [ "dotnet-ef" ]