From bc9b6def2ba5b19cdc41bc48b3e9922de37446de Mon Sep 17 00:00:00 2001 From: Tuomas Hietanen Date: Thu, 17 Jul 2025 13:31:36 +0100 Subject: [PATCH] dotnet deb update to support net8.0 --- .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 07a3fc14c22..4025fe12b94 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-deb": { - "version": "0.1.220", + "version": "0.1.232", "commands": [ "dotnet-deb" ]