diff --git a/.github/workflows/composite/net/action.yml b/.github/workflows/composite/net/action.yml index 2f71582..cf7dc26 100644 --- a/.github/workflows/composite/net/action.yml +++ b/.github/workflows/composite/net/action.yml @@ -18,6 +18,10 @@ runs: with: dotnet-version: 6.x.x + - name: Install dotnet-format + if: runner.os == 'Windows' + run: dotnet tool install -g dotnet-format + - name: Dependency Caching uses: actions/cache@v3 with: diff --git a/Directory.Build.props b/Directory.Build.props index 0688ac4..f8fd86c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@  - 0.41.3 + 0.41.4 10 enable