tintoy / msbuild-project-tools-vscode

VS Code extension for MSBuild intellisense (including PackageReference completion).
MIT License
82 stars 16 forks source link

Remove note about requiring .NET 6 to work #123

Closed DoctorKrolic closed 10 months ago

DoctorKrolic commented 10 months ago

After merging task scanning to be in-process work we now don't spawn any additional processes for us (except checking installed .NET version on user's machine, but it is obviously intended to use any .NET version). Since starting LSP is done using isolated runtime from .NET Runtime extension, we do not require end user to have any specific version of .NET to be installed anymore

tintoy commented 10 months ago

We may need to keep an eye out for any odd behaviour caused by forward-compatibility issues with new runtime issues, but that shouldn't be too difficult.