From 9acfb2f3b39c2e6026e119d2ada7e45d5f070506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kham=C3=BBl?= <32278516+LordOfRhun@users.noreply.github.com> Date: Sun, 10 May 2020 13:33:41 -0400 Subject: [PATCH] Updated the requirements --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 188490f9..4e9a1733 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ This is where the fun begins. Wabbajack is programmed in C# so having a decent a 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](https://dotnet.microsoft.com/download/dotnet-framework/net472)** from the .NET section +* **[.NET Core 3.x](https://dotnet.microsoft.com/download/dotnet-core/3.1)** * **NuGet package manager** from the Code Tools section * **C# and Visual Basic** from the Development activities