Skip to content

Commit 4a1ebea

Browse files
authored
Update versioning and links in CONTRIBUTING.md (Azure#49788)
1 parent 5831873 commit 4a1ebea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
## Prerequisites:
44

55
- Install Visual Studio 2022 (Community or higher) and make sure you have the latest updates (https://www.visualstudio.com/).
6-
- Need at least .NET Framework 4.6.1 and 4.7 development tools
7-
- Install the **.NET cross-platform development** workloads in VisualStudio
8-
- Install **.NET 8.0.100 SDK** for your specific platform. (or a higher version within the 8.0.*** band) (https://dotnet.microsoft.com/download/dotnet-core/8.0)
6+
- Install the **.NET desktop development** workload in VisualStudio
7+
- Need at least .NET Framework 4.6.2 and 4.7.1 development tools
8+
- Install **.NET 9.0.102 SDK** for your specific [platform](https://dotnet.microsoft.com/download). (or a higher version within the 9.0.*** band)
99
- Install the latest version of git (https://git-scm.com/downloads)
10-
- Install [PowerShell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell), version 6 or higher, if you plan to make public API changes or are working with generated code snippets.
11-
- Install [NodeJS](https://nodejs.org/) (16.x.x) if you plan to use [C# code generation](https://github.com/Azure/autorest.csharp).
10+
- Install [PowerShell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell), version 7 or higher, if you plan to make public API changes or are working with generated code snippets.
11+
- Install [NodeJS](https://nodejs.org/) (22.x.x) if you plan to use [C# code generation](https://github.com/Azure/autorest.csharp).
1212
- [Fork the repository](https://docs.github.com/get-started/quickstart/fork-a-repo); work will be done on a [topic branch](https://docs.github.com/get-started/quickstart/github-flow#create-a-branch) in your fork and a [pull request opened](https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) against the `main` branch of the Azure SDK for .NET repository when ready for review.
1313

1414
## GENERAL THINGS TO KNOW:

0 commit comments

Comments
 (0)