From eaa66010ce6b3eb4cd6bab02295a2e65b098a3c8 Mon Sep 17 00:00:00 2001 From: Bela VanderVoort Date: Fri, 30 Jun 2023 14:10:25 -0500 Subject: [PATCH] formatting with 0.25.0 apparently doesn't affect any of the code (#922) --- .config/dotnet-tools.json | 2 +- Src/CSharpier.MsBuild.Test/CSharpier.MsBuild.Test.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 7a30640da..80efff950 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "csharpier": { - "version": "0.22.0", + "version": "0.25.0", "commands": [ "dotnet-csharpier" ] diff --git a/Src/CSharpier.MsBuild.Test/CSharpier.MsBuild.Test.csproj b/Src/CSharpier.MsBuild.Test/CSharpier.MsBuild.Test.csproj index 5fd0bd4a9..e019ef40c 100644 --- a/Src/CSharpier.MsBuild.Test/CSharpier.MsBuild.Test.csproj +++ b/Src/CSharpier.MsBuild.Test/CSharpier.MsBuild.Test.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive