Skip to content

Commit c503a0c

Browse files
committed
Ensure LibGit2Sharp.NativeBinaries' build authoring propagates to consumers
1 parent c60b162 commit c503a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<ProjectReference Include="..\CodeGenerationAttributes\CodeGenerationAttributes.csproj" PrivateAssets="all" />
3232
</ItemGroup>
3333
<ItemGroup>
34-
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[1.0.165]" />
34+
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[1.0.165]" PrivateAssets="analyzers" />
3535
<PackageReference Include="SourceLink.Create.GitHub" Version="2.0.2" PrivateAssets="all" />
3636
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.0.2" />
3737

0 commit comments

Comments
 (0)