diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index b0f5df2..33e923c 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -1,12 +1,12 @@ { - "version": 1, - "isRoot": true, - "tools": { - "csharpier": { - "version": "0.28.2", - "commands": [ - "dotnet-csharpier" - ] - } + "version": 1, + "isRoot": true, + "tools": { + "csharpier": { + "version": "0.29.1", + "commands": [ + "dotnet-csharpier" + ] } - } \ No newline at end of file + } +} \ No newline at end of file