After downloading and installing Visual Studio 2019 RC, I cannot run msbuild, and get the following error:
\"Version 2.2.202 of the .NET Core SDK requires a
I ran into this with our on-prem build server we use with GitHub Actions.
The solution was to run Visual Studio Installer and update Visual Studio Build Tools 2017 and 2019.
I realize this solution is very similiar to those above, but I wanted to speak to the situations where Visual Studio is not installed, but Build Tools are.