**Describe the bug** The nx lint command fails on the dotnet project due to the `check` argument being removed in favour of `verify-no-changes` [here](https://github.com/dotnet/format/issues/1268#issuecomment-901291779) **To Reproduce** 1. run nx lint on your dotnet project 2. the command runs and installs dotnet-format (latest version at time of writing 5.1.225507) 3. the command fails 4. See error **Expected behavior** The command should run and not fail **Screenshots**  **Environment:** - OS: Windows 10 - Browser: N/A - Version: 1.4.2 - Affected Packages: nx-dotnet **Additional context** When manually running the same command with `check` replaced with `verify-no-changes`, it works as expected
Describe the bug
The nx lint command fails on the dotnet project due to the
checkargument being removed in favour ofverify-no-changeshereTo Reproduce
Expected behavior
The command should run and not fail
Screenshots

Environment:
Additional context
When manually running the same command with
checkreplaced withverify-no-changes, it works as expected