diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index d1baa98..bfceaeb 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -2,25 +2,35 @@ "version": 1, "isRoot": true, "tools": { - "dotnet-outdated": { - "version": "2.11.0", - "commands": ["dotnet-outdated"] - }, - "gitversion.tool": { - "version": "5.6.8", - "commands": ["dotnet-gitversion"] - }, - "dotnet-reportgenerator-globaltool": { - "version": "4.8.7", - "commands": ["reportgenerator"] - }, - "nuke.globaltool": { - "version": "5.2.1", - "commands": ["nuke"] - }, - "codecov.tool": { - "version": "1.13.0", - "commands": ["codecov"] - } + "dotnet-outdated": { + "version": "2.11.0", + "commands": [ + "dotnet-outdated" + ] + }, + "gitversion.tool": { + "version": "6.6.0", + "commands": [ + "dotnet-gitversion" + ] + }, + "dotnet-reportgenerator-globaltool": { + "version": "4.8.7", + "commands": [ + "reportgenerator" + ] + }, + "nuke.globaltool": { + "version": "5.2.1", + "commands": [ + "nuke" + ] + }, + "codecov.tool": { + "version": "1.13.0", + "commands": [ + "codecov" + ] + } } -} +} \ No newline at end of file