diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index f5e66350..5babffaf 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -6,19 +6,29 @@ "version": "1.0.52", "commands": [ "central-pkg-converter" - ] + ], + "rollForward": false }, "cake.tool": { "version": "2.0.0", "commands": [ "dotnet-cake" - ] + ], + "rollForward": false }, "csharpier": { "version": "0.28.2", "commands": [ "dotnet-csharpier" - ] + ], + "rollForward": false + }, + "microsoft.openapi.kiota": { + "version": "1.15.0", + "commands": [ + "kiota" + ], + "rollForward": false } } -} +} \ No newline at end of file