diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 44c4392..4c4c3df 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -15,5 +15,6 @@ jobs: python-version: 3.7.x - uses: actions/setup-dotnet@v1 with: - dotnet-version: '3.1.x' + dotnet-version: '6.0.x' + include-prerelease: true - uses: pre-commit/action@v2.0.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 992a2c8..045a3b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,8 @@ repos: - repo: https://github.com/dotnet/format - rev: "7e343070a0355c86f72bdee226b5e19ffcbac931" + rev: v5.1.225507 hooks: - id: dotnet-format + entry: dotnet-format whitespace args: [--folder, --include] diff --git a/CHANGELOG.md b/CHANGELOG.md index 553e102..4d27d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ Add the [Close Stale Issues](https://github.com/marketplace/actions/close-stale- ### Fixed +Fixed dotnet format + ## v0.5.1 ### Changed