Skip to content

Commit

Permalink
Update msbuild.md: update supported frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
fowl2 authored Sep 26, 2024
1 parent 56d8b91 commit d646371
Showing 1 changed file with 5 additions and 2 deletions.
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

0 comments on commit d646371

Please sign in to comment.