From 92b79ef90d901d219ac7d4229a0d2c65a6025fbf Mon Sep 17 00:00:00 2001 From: Solomon Blount <74916907+siblount@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:32:34 -0500 Subject: [PATCH] update .net requirement in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5e54db..410aa47 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ The application cannot at this stage: ## How to get started? -This project requires you use **Visual Studio 2022.** Currently, we are using **.NET 6**, please make sure you have .NET 6 installed. _You might be able to use an older version like Visual Studio 2019, please let me know._ +This project requires you use **Visual Studio 2022.** Currently, we are using **.NET 8**, please make sure you have .NET 8 installed. _You might be able to use an older version like Visual Studio 2019, please let me know._ To open this project with Visual Studio, please select the solution file, located at `src\DAZ_Installer.sln`. All of the settings should be identical to mine, there may be some issues if you use Mac or Linux.