Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update msbuild.md: Visual Studio is no longer supported #4229

Merged
merged 1 commit into from
Nov 8, 2024
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