From fb377da7c1ffeb6e7030033320cfe7bb05e1d309 Mon Sep 17 00:00:00 2001 From: thomasduft Date: Wed, 20 Dec 2023 07:33:35 +0000 Subject: [PATCH] updated dotnet-outdated-tool to latest version --- .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 b6f7973..29b7cf4 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "dotnet-outdated-tool": { - "version": "4.5.3", + "version": "4.6.0", "commands": [ "dotnet-outdated" ]