diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 393d187..b5f1db5 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,11 +3,11 @@ "isRoot": true, "tools": { "csharpier": { - "version": "0.30.6", + "version": "1.0.1", "commands": [ - "dotnet-csharpier" + "csharpier" ], "rollForward": false } } -} \ No newline at end of file +} diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index 8990269..8399cdc 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -14,4 +14,4 @@ jobs: - name: Restore .NET tools run: dotnet tool restore - name: Run CSharpier - run: dotnet csharpier EDILibrary.sln --check + run: dotnet csharpier check EDILibrary.sln