Omnisharp error: It was not possible to find any installed dotnet SDKs

Viewed 295

I installed two .net core sdk versions in my ubuntu pc, because I had some projects running in .net core 3.1 and 2.2 under the same solution. Run new apps through the terminal is fine, but this message always appears in visual studio code

enter image description here

And the code is marked with error

enter image description here

How can I use two sdks in the same machine and run .net apps normally?

0 Answers
Related