Skip to content

Commit 107a320

Browse files
authored
Merge pull request #7139 from dotnet/dibarbet-patch-4
Clarify Node.js version in contributing doc
2 parents 5295ec0 + 9a88799 commit 107a320

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ Setting up your local development environment for the vscode-csharp repository i
2222

2323
Before you start, make sure you have the following software installed on your machine:
2424

25-
* Node.js ([v18.17.0 LTS](https://nodejs.org/en/blog/release/v18.17.0) is recommended).
25+
* Node.js v18 ([v18.17.0 LTS](https://nodejs.org/en/blog/release/v18.17.0)).
26+
* Note - Building with higher major versions of Node.js is not advised - it may work but we do not test it.
2627
* Npm (The version shipped with node is fine)
27-
* .NET 7.0 SDK (dotnet should be on your path)
28+
* .NET 8.0 SDK (dotnet should be on your path)
2829

2930
Once you have these installed, you can navigate to the cloned vscode-csharp repository to proceed with building, running, and testing the repository.
3031

0 commit comments

Comments
 (0)