Skip to content

Commit

Permalink
fix: Set `GitVersionTargetFramework´ explizit
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Stühmer <[email protected]>
  • Loading branch information
samtrion authored Sep 12, 2024
1 parent 538b512 commit e574aa2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<PropertyGroup>
<!-- Workaround, until https://github.com/GitTools/GitVersion/pull/4206 is released -->
<GitVersionTargetFramework>net8.0</GitVersionTargetFramework>
</PropertyGroup>

<PropertyGroup Label="Package settings">
<Title>$(MSBuildProjectName)</Title>
<Description>.NET Hosting infrastructure for Windows Forms.</Description>
Expand Down

0 comments on commit e574aa2

Please sign in to comment.