Skip to content

Commit

Permalink
Avoid dependency on Nerdbank.GitVersioning in published Nuget (micros…
Browse files Browse the repository at this point in the history
…oft#77)

Co-authored-by: Vladimir Morozov <[email protected]>
  • Loading branch information
vmoroz and vmoroz authored Apr 2, 2023
1 parent 7144921 commit 898cdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" PrivateAssets="none" />
<PackageReference Include="Nerdbank.GitVersioning" PrivateAssets="all" />
</ItemGroup>

<Import Project="./rid.props" />
Expand Down

0 comments on commit 898cdf3

Please sign in to comment.