We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c91227 commit 8b34b27Copy full SHA for 8b34b27
docs/input/docs/usage/msbuild.md
@@ -15,8 +15,11 @@ modifying your build process.
15
Just install with NuGet and GitVersion will automatically generate assembly
16
version information that is compiled into the resulting artifact.
17
18
-It currently works with desktop `MSBuild`. Support for CoreCLR with `dotnet build`
19
-is coming soon.
+Since version 6.0 only MSBuild running on .NET Core (`dotnet msbuild`) is supported.
+
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).
23
24
## TL;DR
25
0 commit comments