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 fee6a37 commit b270a4cCopy full SHA for b270a4c
.build/Build.cs
@@ -45,7 +45,7 @@ protected override void OnBuildInitialized()
45
46
[Solution(GenerateProjects = true)] readonly Solution Solution = null!;
47
48
- [GitVersion(Framework = "netcoreapp3.1", NoFetch = true)] readonly GitVersion? GitVersion;
+ [GitVersion(Framework = "net6.0", NoFetch = true)] readonly GitVersion? GitVersion;
49
50
string AssemblySemVer => GitVersion?.AssemblySemVer ?? "1.0.0";
51
string SemVer => GitVersion?.SemVer ?? "1.0.0";
0 commit comments