I want to install msbuild on CentOS to run project.sln files. What are the commands for installing the same. I tried to install using "didstopia/msbuild" docker image but could not succeed.
Install the dotnet sdk for centOS.
You will be able to run msbuild files with the command dotnet msbuild
or even just dotnet
.