Skip to content

Commit a803478

Browse files
authored
chore(#18): added gitversion nuget (#19)
1 parent 072133a commit a803478

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Directory.Build.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
21+
<PackageReference Include="GitVersion.MsBuild">
22+
<PrivateAssets>all</PrivateAssets>
23+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
24+
</PackageReference>
2125
</ItemGroup>
2226
</Project>

0 commit comments

Comments
 (0)