tintoy / msbuild-project-tools-vscode

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

Do not explicitly specify target framework for LSP build #110

Closed DoctorKrolic closed 1 year ago

DoctorKrolic commented 1 year ago

Since LSP is built only for 1 target framework, we don't actually need to specify it in command line arguments. So when time comes to update to newer TFM, we have less places to change

tintoy commented 1 year ago

Looks good to me!