Skip to content

Commit c5c8f10

Browse files
committed
Move Nerdbank.GitVersioning reference to project file
1 parent fe3742e commit c5c8f10

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Directory.Build.props

-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@
66
<DefineConstants Condition=" '$(ExtraDefine)' != '' ">$(DefineConstants);$(ExtraDefine)</DefineConstants>
77
</PropertyGroup>
88

9-
<ItemGroup>
10-
<PackageReference Include="Nerdbank.GitVersioning" Version="2.0.37-beta" PrivateAssets="all" />
11-
</ItemGroup>
12-
139
</Project>

LibGit2Sharp/LibGit2Sharp.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
<ItemGroup>
3636
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[1.0.185]" PrivateAssets="contentFiles" />
37+
<PackageReference Include="Nerdbank.GitVersioning" Version="2.0.37-beta" PrivateAssets="all" />
3738
<PackageReference Include="SourceLink.Create.GitHub" Version="2.2.0" PrivateAssets="all" />
3839
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.2.0" />
3940
</ItemGroup>

0 commit comments

Comments
 (0)