We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed27e69 commit 6f65b03Copy full SHA for 6f65b03
Directory.Packages.props
@@ -22,7 +22,7 @@
22
<ItemGroup>
23
<GlobalPackageReference Include="Microsoft.Build.Artifacts" Version="4.2.0" Condition="'$(EnableArtifacts)' != 'false'" />
24
<GlobalPackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Core" Version="1.0.0" Condition="'$(EnableMicroBuild)' != 'false'" />
25
- <GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.5.119" Condition="'$(EnableGitVersioning)' != 'false'" />
+ <GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.6.128" Condition="'$(EnableGitVersioning)' != 'false'" />
26
</ItemGroup>
27
28
<ItemGroup Condition=" '$(EnableStyleCop)' != 'false' ">
0 commit comments