1
0

feat: add initial dotnet-tools.json for local tool configuration.

This commit is contained in:
2026-03-01 19:25:42 +01:00
parent 079137bd0c
commit ec575ab5f9

5
dotnet-tools.json Normal file
View File

@@ -0,0 +1,5 @@
{
"version": 1,
"isRoot": true,
"tools": {}
}