Skip to content

Commit

Permalink
Adjust native binaries PrivateAssets
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Apr 30, 2017
1 parent 8ca086e commit d22ab08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibGit2Sharp/LibGit2Sharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<ProjectReference Include="..\CodeGenerationAttributes\CodeGenerationAttributes.csproj" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[1.0.165]" PrivateAssets="analyzers" />
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[1.0.165]" PrivateAssets="contentFiles" />
<PackageReference Include="SourceLink.Create.GitHub" Version="2.0.2" PrivateAssets="all" />
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.0.2" />

Expand Down

0 comments on commit d22ab08

Please sign in to comment.