I want to build a .net core project on Windows and Linux.
For Windows I use MSBuild, simply downloaded the Build Tools für Visual Studio 2017
from visualstudio.com.
But where do I get MSBuild for Linux from? Based on the GitHub Project site, it should be available on some Linux distributions (README.md). I do not want to compile it myself (for some reasons).
I do not want to use xbuild, but pure MSBuild.