From d5e9f75dfc5190c65dfc07b0560a4ac2bfceaadc Mon Sep 17 00:00:00 2001 From: Meysam Hadeli Date: Fri, 13 Feb 2026 17:29:58 +0330 Subject: [PATCH] chore: update .config file --- .config/dotnet-tools.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 70458c0..87ea058 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,25 +3,22 @@ "isRoot": true, "tools": { "dotnet-outdated-tool": { - "version": "4.6.4", + "version": "4.6.9", "commands": [ "dotnet-outdated" - ], - "rollForward": false + ] }, "dotnet-ef": { - "version": "9.0.0", + "version": "10.0.3", "commands": [ "dotnet-ef" - ], - "rollForward": false + ] }, "aspire.cli": { - "version": "9.4.0-preview.1.25378.8", + "version": "13.1.1", "commands": [ "aspire" - ], - "rollForward": false + ] } } } \ No newline at end of file