gitversion.commandline added

This commit is contained in:
Hasan Manzak 2023-02-23 02:46:36 +03:00
parent 4c977ee4ca
commit b94c98662e
No known key found for this signature in database
GPG Key ID: C1573806B673A138

View File

@ -10,6 +10,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GitVersion.CommandLine" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Nuke.Common" Version="6.3.0" />
</ItemGroup>