I am trying to run a Dot Net Core 3.0 project in Visual Studio Code Version 1.39.2. When I do dontnet run
I am getting the error:
The current .NET SDK does not support targeting .NET Core 3.0. Either target .NET Core 2.1 or lower,or use a version of the .NET SDK that supports .NET Core 3.0.
How do I get this working?