diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 41f14ab..d0ec814 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -2,11 +2,9 @@ "version": 1, "isRoot": true, "tools": { - "nuke.globaltool": { - "version": "0.22.2", - "commands": [ - "nuke" - ] + "dotnet-format": { + "version": "3.3.111304", + "commands": ["dotnet-format"] } } -} \ No newline at end of file +}