Skip to content

Commit

Permalink
Set IncludeSourceRevisionInInformationalVersion=false to allow GitV…
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Sep 27, 2024
1 parent 7b0ed03 commit fdb9c8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>

</Project>

0 comments on commit fdb9c8f

Please sign in to comment.