From ec575ab5f942faf514859fb244512d1c8045a811 Mon Sep 17 00:00:00 2001 From: TomiEckert Date: Sun, 1 Mar 2026 19:25:42 +0100 Subject: [PATCH] feat: add initial dotnet-tools.json for local tool configuration. --- dotnet-tools.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dotnet-tools.json diff --git a/dotnet-tools.json b/dotnet-tools.json new file mode 100644 index 0000000..b0e38ab --- /dev/null +++ b/dotnet-tools.json @@ -0,0 +1,5 @@ +{ + "version": 1, + "isRoot": true, + "tools": {} +} \ No newline at end of file