Back to Msbuild

Microsoft.Build.Runtime

src/MSBuild/README.md

18.4.0657 B
Original Source

Microsoft.Build.Runtime

This package delivers a complete executable copy of MSBuild. Reference this package only if your application needs to load projects or execute in-process builds without requiring installation of MSBuild. Successfully evaluating projects using this package requires aggregating additional components (like the compilers) into an application directory.

šŸ—’ļø NOTE: if you are building an application that wants to use MSBuild to evaluate or build projects, you will generally not need this package. Instead, use MSBuildLocator to use a complete toolset provided by the .NET SDK or Visual Studio.