Skip to content

Commit

Permalink
fix: Added workaround for GitVersion
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Stühmer <[email protected]>
  • Loading branch information
samtrion committed Sep 11, 2024
1 parent 04d100c commit 2d69a87
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 @@ -15,6 +15,11 @@
<_TestTargetFrameworks Condition=" '$(BuildingInsideVisualStudio)' == 'true' ">net8.0</_TestTargetFrameworks>
</PropertyGroup>

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

<PropertyGroup Label="Settings for non test projects" Condition=" '$(IsTestableProject)' == 'false' ">
<Title>$(MSBuildProjectName)</Title>
<RepositoryUrl>https://github.com/dailydevops/healthchecks.git</RepositoryUrl>
Expand Down

0 comments on commit 2d69a87

Please sign in to comment.