You can obtain .NET Core SDK as described in these URLs.
It is divided for each linux distribution.
RHEL
Ubuntu
Debian
CentOS/Oracle
SLES/OpenSUSE
Updated:2019-03-19
.NET Downloads for Linux, macOS, and Windows
Select the tab for the desired OS and then download.
related.
Microsoft/msbuild
msbuild/documentation/wiki/Building-Testing-and-Debugging-on-.Net-Core-MSBuild.md
Getting .Net Core MSBuild binaries without building the code
The best way to get .NET Core MSBuild is by installing the .NET Core SDK, which redistributes us. This will get you the latest released version of MSBuild for .NET Core. After installing it, you can use MSBuild through dotnet build
or by manual invocation of the MSBuild.dll
in the dotnet distribution.