From a2fae494a598050027b4747e0f1303941735cb99 Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 31 Dec 2024 00:01:46 -0500 Subject: [PATCH] chore(tooling): install csharpier --- .config/dotnet-tools.json | 12 ++++++++++++ 1 file changed, 12 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..06e13b2 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "csharpier": { + "version": "0.30.4", + "commands": [ + "dotnet-csharpier" + ] + } + } +} \ No newline at end of file