From 27891bfa8c63d555ba338fb84a6118a9bfbbb314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saulius=20Menkevi=C4=8Dius?= Date: Sun, 7 Jan 2024 16:16:15 +0200 Subject: [PATCH] README.md: update re .NET 8 SDK --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d88b029..dd12e3bf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a hacky Roslyn-based LSP server for C#, as an alternative to [omnisharp-roslyn](https://github.com/OmniSharp/omnisharp-roslyn). -`csharp-ls` requires .NET 7 SDK to be installed. However it has been reported +`csharp-ls` requires .NET 8 SDK to be installed. However it has been reported to work with projects using older versions of dotnet SDK, including .NET Core 3, .NET Framework 4.8 and possibly older ones too as it uses the standard Roslyn/MSBuild libs that Visual Studio & omnisharp does.