Skip to content

Commit

Permalink
chore: remove framework version for gitversion attribute in build
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2000 committed Jun 30, 2024
1 parent efca915 commit 059e66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Build : NukeBuild
readonly Configuration Configuration = IsLocalBuild ? Configuration.Debug : Configuration.Release;

[Required] [GitRepository] readonly GitRepository GitRepository;
[Required] [GitVersion(Framework = "net6.0")] readonly GitVersion GitVersion;
[Required] [GitVersion] readonly GitVersion GitVersion;
[Required] [Solution] readonly Solution Solution;

AbsolutePath SourceDirectory => RootDirectory / "src";
Expand Down

0 comments on commit 059e66a

Please sign in to comment.