From ef9b6fa8ce6a0cbaaf4fb764db5591f80c9b35ef Mon Sep 17 00:00:00 2001 From: DoctorKrolic Date: Sat, 26 Aug 2023 11:37:12 +0300 Subject: [PATCH] Remove mentioning .NET 6 as a requirement for the end user --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b0c9acf..6b614df 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ An [LSP](https://github.com/Microsoft/language-server-protocol)-compatible langu For more information, see [msbuild-project-tools-vscode](https://github.com/tintoy/msbuild-project-tools-vscode). -**Note**: You will need the .NET Core **runtime v6.0.0 (or SDK v6.0.100) or newer** installed to use the language service (but your projects can target any version you have installed). - ## Building from source See [BUILDING.md](docs/BUILDING.md).