Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/input/docs/usage/msbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ modifying your build process.
Just install with NuGet and GitVersion will automatically generate assembly
version information that is compiled into the resulting artifact.

It currently works with desktop `MSBuild`. Support for CoreCLR with `dotnet build`
is coming soon.
Since version 6.0 only MSBuild running on .NET Core (`dotnet msbuild`) is supported.

Unfortunately, up until at least Visual Studio 2022 17.11, Visual Studio runs all builds
using the .NET Framework version of MSBuild, and therefore **Visual Studio is not supported**.
For more information see [this discussion](https://github.com/GitTools/GitVersion/discussions/4130).

## TL;DR

Expand Down