diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 681b78b2..15fd470e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -1,34 +1,48 @@ { - "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"] - }, - "jetbrains.resharper.globaltools": { - "version": "2021.3.0-eap02", - "commands": ["jb"] - }, - "dotnet-format": { - "version": "5.1.225507", - "commands": ["dotnet-format"] - } + "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": "5.4.4", + "commands": [ + "reportgenerator" + ] + }, + "nuke.globaltool": { + "version": "5.2.1", + "commands": [ + "nuke" + ] + }, + "codecov.tool": { + "version": "1.13.0", + "commands": [ + "codecov" + ] + }, + "jetbrains.resharper.globaltools": { + "version": "2021.3.0-eap02", + "commands": [ + "jb" + ] + }, + "dotnet-format": { + "version": "5.1.225507", + "commands": [ + "dotnet-format" + ] } -} + } +} \ No newline at end of file