From d58165765f8c07db75f43d855408c7124753a7bb Mon Sep 17 00:00:00 2001 From: Morgan <103436411+MorganKryze@users.noreply.github.com> Date: Sun, 17 Dec 2023 20:56:18 +0100 Subject: [PATCH] :docs: add config json --- .config/dotnet-tools.json | 18 ++++++++++++++++++ 1 file changed, 18 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 00000000..27029f3e --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "csharpier": { + "version": "0.26.7", + "commands": [ + "dotnet-csharpier" + ] + }, + "docfx": { + "version": "2.74.1", + "commands": [ + "docfx" + ] + } + } +} \ No newline at end of file