From 593ac35a4f1281b92704fb2863dbff61ce79a5fb Mon Sep 17 00:00:00 2001 From: thomasduft Date: Wed, 18 Dec 2024 14:00:49 +0000 Subject: [PATCH] chore: update dotnet tools versions and disable rollForward --- .config/dotnet-tools.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index fd17b0e..dfc36fa 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -6,19 +6,22 @@ "version": "0.11.0", "commands": [ "releasy" - ] + ], + "rollForward": false }, "dotnet-outdated-tool": { - "version": "4.6.1", + "version": "4.6.4", "commands": [ "dotnet-outdated" - ] + ], + "rollForward": false }, "dotnet-ef": { - "version": "8.0.4", + "version": "9.0.0", "commands": [ "dotnet-ef" - ] + ], + "rollForward": false } } } \ No newline at end of file