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.
15
15
Just install with NuGet and GitVersion will automatically generate assembly
16
16
version information that is compiled into the resulting artifact.
17
17
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 ) .
20
23
21
24
## TL;DR
22
25
You can’t perform that action at this time.
0 commit comments