diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 064a1a5bf..6346804cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,12 +28,12 @@ Enhancements can be everything from fixing typos to a complete revamp of documen This is where the fun begins. Wabbajack is programmed in C# so having a decent amount of knowledge in that language or in C/C++ is good to have. You also want to make sure that you have a basic understanding of the Git workflow. -#### Visual Studio 2019 +#### Visual Studio 2022 You can download it [here](https://visualstudio.microsoft.com/vs/) but make sure to select the Community Edition as the other ones come at a cost. When installing Visual Studio you will be prompted to select a Workload and components. You will need the following: * **.NET desktop development** from the Workload tab -* **.NET Framework 4.7.2 SDK and targeting pack** from the .NET section +* **.NET 8.0 SDK and targeting pack** from the .NET section * **NuGet package manager** from the Code Tools section * **C# and Visual Basic** from the Development activities