From 8f312b41bf2d13a8d4a570937d083e5a4a9c465d Mon Sep 17 00:00:00 2001 From: Christian Luksch Date: Tue, 8 Oct 2024 15:37:14 +0200 Subject: [PATCH] updated aardpack --- .config/dotnet-tools.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 52abfee1..ac453dd4 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -6,13 +6,15 @@ "version": "8.0.3", "commands": [ "paket" - ] + ], + "rollForward": false }, "aardpack": { - "version": "1.0.22", + "version": "2.0.2", "commands": [ "aardpack" - ] + ], + "rollForward": false } } } \ No newline at end of file