diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index ba39ddcf..169b8415 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -1,11 +1,13 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "CSharpier": { - "version": "1.2.4", - "commands": ["csharpier"], - "rollForward": false - } - } -} +{ + "version": 1, + "isRoot": true, + "tools": { + "CSharpier": { + "version": "1.2.5", + "commands": [ + "csharpier" + ], + "rollForward": false + } + } +} \ No newline at end of file