We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a80649 commit fc406dfCopy full SHA for fc406df
src/src.props
@@ -7,9 +7,8 @@
7
<LangVersion>8.0</LangVersion>
8
</PropertyGroup>
9
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">
+ <ItemGroup>
+ <PackageReference Update="GitVersionTask" Version="5.3.4">
13
<PrivateAssets>all</PrivateAssets>
14
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
15
</PackageReference>
0 commit comments