From 9c83bc7e82f5426c0b0b427371667aead79db021 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Sat, 7 Dec 2019 11:42:47 -0500 Subject: [PATCH] Updated readme with updated prerequisites. Now need Visual Studio 2019 with netcore 3.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c618e62f8..daeadecb8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ CypherCore is an open source server project for World of Warcraft written in C#. The current support game version is: 8.2.5.32722 ### Prerequisites -* Visual Studio 2017 with netcore 2.2 [Download](https://www.visualstudio.com/downloads/) +* Visual Studio 2019 with netcore 3.1 [Download](https://www.visualstudio.com/downloads/) * Mysql Database 5.6 or higher [Download](https://dev.mysql.com/downloads/mysql/) ### Server Setup