From 0078b5ca43930a991df42f6ea52248ba47151464 Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Sat, 25 Mar 2023 19:27:34 +0100 Subject: [PATCH] :green_heart: Fix CI --- .config/dotnet-tools.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .config/dotnet-tools.json diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000..578a912 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,24 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "cake.tool": { + "version": "1.1.0", + "commands": [ + "dotnet-cake" + ] + }, + "dotnet-format": { + "version": "5.1.225507", + "commands": [ + "dotnet-format" + ] + }, + "dotnet-reportgenerator-globaltool": { + "version": "5.1.15", + "commands": [ + "reportgenerator" + ] + } + } +} \ No newline at end of file