diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 602e757..b987421 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,14 +3,18 @@ "isRoot": true, "tools": { "strawberryshake.tools": { - "version": "13.9.11", - "commands": ["dotnet-graphql"], + "version": "16.0.3", + "commands": [ + "dotnet-graphql" + ], "rollForward": false }, "csharpier": { "version": "0.30.5", - "commands": ["dotnet-csharpier"], + "commands": [ + "dotnet-csharpier" + ], "rollForward": false } } -} +} \ No newline at end of file