From 332d44068a60c47a210f36594bcd22644d79d080 Mon Sep 17 00:00:00 2001 From: Ionite Date: Thu, 31 Aug 2023 17:01:58 -0400 Subject: [PATCH] Update dotnet-tools.json --- .config/dotnet-tools.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index b1761c61..5b4bb470 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -13,6 +13,12 @@ "commands": [ "xstyler" ] + }, + "csharpier": { + "version": "0.25.0", + "commands": [ + "dotnet-csharpier" + ] } } -} \ No newline at end of file +}