Skip to content

Commit

Permalink
Added missing dependencies (#6)
Browse files Browse the repository at this point in the history
* Added missing dependencies
  • Loading branch information
Igor-san committed Feb 26, 2021
1 parent 8a0063f commit 88fc347
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Blockcore.Features.Base.Persistence.LevelDb" Version="1.*" />
<PackageReference Include="Blockcore.Features.BlockStore.Persistence.LevelDb" Version="1.*" />
<PackageReference Include="Blockcore.Features.Consensus.Persistence.LevelDb" Version="1.*" />
<PackageReference Include="Blockcore.Features.BlockStore" Version="1.*" />
<PackageReference Include="Blockcore.Features.ColdStaking" Version="1.*" />
<PackageReference Include="Blockcore.Features.Consensus" Version="1.*" />
Expand Down

0 comments on commit 88fc347

Please sign in to comment.