diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 8ee6920..79ec0d6 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,12 +3,16 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "8.0.0", - "commands": ["dotnet-ef"] + "version": "9.0.10", + "commands": [ + "dotnet-ef" + ] }, "dotnet-outdated-tool": { "version": "4.6.0", - "commands": ["dotnet-outdated"] + "commands": [ + "dotnet-outdated" + ] } } -} +} \ No newline at end of file