We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fad9f1 commit cf626f8Copy full SHA for cf626f8
1 file changed
Directory.Build.props
@@ -10,7 +10,7 @@
10
<DefineConstants Condition="'$(TargetFramework)' == 'netcoreapp3.0' OR '$(TargetFramework)' == 'netstandard2.1'">$(DefineConstants);FEATURE_ASYNC_FILE;FEATURE_ENUMERATION_OPTIONS;FEATURE_ADVANCED_PATH_OPERATIONS</DefineConstants>
11
</PropertyGroup>
12
<ItemGroup>
13
- <PackageReference Include="Nerdbank.GitVersioning" Version="3.2.31">
+ <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37">
14
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
15
<PrivateAssets>all</PrivateAssets>
16
</PackageReference>
0 commit comments