File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,11 @@ modifying your build process.
1515Just install with NuGet and GitVersion will automatically generate assembly
1616version 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
You can’t perform that action at this time.
0 commit comments