From 8b34b274d56f228795ee8937de64154ed9901490 Mon Sep 17 00:00:00 2001 From: James May Date: Thu, 26 Sep 2024 12:36:33 +1000 Subject: [PATCH] Update msbuild.md: update supported frameworks --- docs/input/docs/usage/msbuild.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/input/docs/usage/msbuild.md b/docs/input/docs/usage/msbuild.md index 1c9c588be8..9d812f6a80 100644 --- a/docs/input/docs/usage/msbuild.md +++ b/docs/input/docs/usage/msbuild.md @@ -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