Hello,
I have downloaded and opened a solution from GitHub (this one in case anyone wants to try it themselves), but get errors of the form...
The current .NET SDK does not support targeting .NET Standard 2.0. Either target .NET Standard 1.6 or lower, or use a version of the .NET SDK that supports .NET Standard 2.0.
The current .NET SDK does not support targeting .NET Core 2.0. Either target .NET Core 1.1 or lower, or use a version of the .NET SDK that supports .NET Core 2.0.
I have installed the full .NET Core 2.2 SDK - Windows x64 Installer (v2.2.104), and have restarted my machine, but still get the same errors.
If I open a command prompt and type dotnet --info, I see that version 2.2.104 is installed.
I'm using VS Enterprise 2017 on Windows 7 Pro x-64.
Thanks