From 29ba5913138bbad442dffa22866a68dd5ca97204 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Fri, 22 Sep 2023 09:30:02 -0400 Subject: [PATCH] Delete .NET tools (#65) --- .config/dotnet-tools.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .config/dotnet-tools.json diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json deleted file mode 100644 index 7f35d2c..0000000 --- a/.config/dotnet-tools.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "dotnet-format": { - "version": "5.1.250801", - "commands": [ - "dotnet-format" - ] - } - } -}