From 8d68add83276b0f6dd5d6418ceb601000f5c83ff Mon Sep 17 00:00:00 2001 From: Logan Buesching Date: Tue, 2 Jan 2024 14:03:37 -0500 Subject: [PATCH] Update README to specify .net 8 is required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dc61d5..b348f59 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ If it isn't already installed on your computer, install Visual Studion Code (VS #### Download and Install the .NET SDK -If it isn't already installed on your computer, install the .NET SDK version 7.0 or later. You can download the SDK from https://dotnet.microsoft.com/en-us/download/dotnet. +If it isn't already installed on your computer, install the .NET SDK version 8.0. You can download the SDK from https://dotnet.microsoft.com/en-us/download/dotnet. #### Download the VSIX plugin