From e3e454177cbeb3fca4450bc4ad1ad28e4f0c3f3d Mon Sep 17 00:00:00 2001 From: Steven Liekens Date: Mon, 20 May 2024 14:24:08 +0000 Subject: [PATCH] Bump minimum VS version to 17.9 --- wiki/PC-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/PC-requirements.md b/wiki/PC-requirements.md index ca61a991f..6338cfd7e 100644 --- a/wiki/PC-requirements.md +++ b/wiki/PC-requirements.md @@ -20,7 +20,7 @@ You can ignore this if you use the dev container. Otherwise install the software - [.NET Framework 4.8.1 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net481) - Mac/Linux - [Mono 6.12](https://www.mono-project.com/download/stable/) (Mac/Linux/Windows) -- Visual Studio 2022 (17.7+), Code or Rider +- Visual Studio 2022 (17.9+), Code or Rider To use Visual Studio 2022 effectively, you also need to install the .NET Framework 4.8 Developer pack. This is not actually required to compile the code, but Visual Studio itself will refuse to load the project without it.