diff --git a/.github/workflows/dotnet-format-md.yml b/.github/workflows/dotnet-format-md.yml index 27669afa52d..be810e6c827 100644 --- a/.github/workflows/dotnet-format-md.yml +++ b/.github/workflows/dotnet-format-md.yml @@ -19,4 +19,4 @@ jobs: runs-on: ubuntu-latest steps: - - run: 'echo "No build required"' \ No newline at end of file + - run: 'echo "No build required"' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9aec1d40d9c..9aa487e4afa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,6 +59,9 @@ of Windows. * Visual Studio 2022+ or Visual Studio Code * .NET Framework 4.6.2+ +**NOTE** : Visual Studio 2022 preview is **recommended** due to projects +targeting `.net7.0` which is in preview currently. + ### Public API It is critical to keep public API surface small and clean. This repository is