Skip to content

Commit fc406df

Browse files
committed
update GitVersionTask (closes #214)
1 parent 7a80649 commit fc406df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/src.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
<LangVersion>8.0</LangVersion>
88
</PropertyGroup>
99

10-
<!--TODO: remove condition when https://github.com/GitTools/GitVersion/issues/2063 is fixed-->
11-
<ItemGroup Condition=" '$(DEBUG)' != ''">
12-
<PackageReference Update="GitVersionTask" Version="5.2.4">
10+
<ItemGroup>
11+
<PackageReference Update="GitVersionTask" Version="5.3.4">
1312
<PrivateAssets>all</PrivateAssets>
1413
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1514
</PackageReference>

0 commit comments

Comments
 (0)