diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 852656f..e193bda 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -1,10 +1,12 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "CSharpier": { - "version": "1.1.2", - "commands": ["csharpier"] - } - } -} +{ + "version": 1, + "isRoot": true, + "tools": { + "CSharpier": { + "version": "1.2.1", + "commands": [ + "csharpier" + ] + } + } +} \ No newline at end of file