Skip to content

Commit 8b34b27

Browse files
fowl2arturcic
authored andcommitted
Update msbuild.md: update supported frameworks
1 parent 9c91227 commit 8b34b27

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/input/docs/usage/msbuild.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ modifying your build process.
1515
Just install with NuGet and GitVersion will automatically generate assembly
1616
version information that is compiled into the resulting artifact.
1717

18-
It currently works with desktop `MSBuild`. Support for CoreCLR with `dotnet build`
19-
is coming soon.
18+
Since version 6.0 only MSBuild running on .NET Core (`dotnet msbuild`) is supported.
19+
20+
Unfortunately, up until at least Visual Studio 2022 17.11, Visual Studio runs all builds
21+
using the .NET Framework version of MSBuild, and therefore **Visual Studio is not supported**.
22+
For more information see [this discussion](https://github.com/GitTools/GitVersion/discussions/4130).
2023

2124
## TL;DR
2225

0 commit comments

Comments
 (0)