From cb3895148d9de726ac1b151036d5e903ad5177db Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sat, 7 Aug 2021 14:57:37 -0700 Subject: [PATCH] fix(readme): Updates IDE requirements (#677) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3cc27bd14..561e48421 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ ModernUO [![Discord](https://img.shields.io/discord/751317910504603701?logo=disc ## Building the server #### Requirements - [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0) +- [Visual Studio 2019/2022 (v16.10 or higher)](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community) or [Rider 2021.2 or higher](https://www.jetbrains.com/rider/download) + - Older versions will show code errors. + - Build the solution in the IDE to make errors go away. + - Visual Studio must be restarted once after the first build as well. #### Publishing Builds - Using terminal or powershell: `./publish.cmd [release|debug (default: release)] [os]`