Skip to content

Commit 9bb05aa

Browse files
authored
Update msbuild.md
1 parent c580104 commit 9bb05aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/msbuild/msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ To install MSBuild on a Windows system that doesn't have Visual Studio, go to **
2323

2424
For .NET Core and .NET 5 or later, another way of getting the equivalent to MSBuild is to install the [.NET SDK](/dotnet/core/sdk#acquiring-the-net-sdk). The .NET build command `dotnet build` is available with the .NET SDK on macOS, Windows, or Linux. The .NET build command `dotnet build` is a thin wrapper over the .NET Core version of *MSBuild.exe*. You can use the [.NET Core command-line interface (CLI)](/dotnet/core/tools/), which uses MSBuild, to build projects that target .NET Core and .NET 5 and later.
2525

26+
## About MSBuild
27+
2628
::: moniker range=">=vs-2022"
2729
Starting with Visual Studio 2022, when you build in Visual Studio, the 64-bit version of MSBuild is used.
2830
::: moniker-end

0 commit comments

Comments
 (0)