Skip to content

Commit

Permalink
feat(sdk): Make dependencies private assets
Browse files Browse the repository at this point in the history
  • Loading branch information
gldeng committed Aug 30, 2024
1 parent 4323ac7 commit 403bc30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/AElf.Sdk.CSharp/AElf.Sdk.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Rebex.Elliptic.Ed25519" Version="1.2.1" />
<PackageReference Include="Rebex.Elliptic.Ed25519" Version="1.2.1" >
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit 403bc30

Please sign in to comment.