Skip to content

Commit

Permalink
Update Blockcore Features to latest packages
Browse files Browse the repository at this point in the history
- The API for BlockExplorer might not properly render or will be included with the others, since versioning support has been removed from the new NodeHost.
  • Loading branch information
sondreb committed May 15, 2020
1 parent 5d1b217 commit db30f92
Show file tree
Hide file tree
Showing 10 changed files with 238 additions and 282 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
draft: true
prerelease: false
body: ''
name: "Blockcore ${{env.VERSION}}"
name: "Blockcore Features ${{env.VERSION}}"
tag: ${{env.VERSION}}
8 changes: 4 additions & 4 deletions Blockcore.Features.Airdrop/Blockcore.Features.Airdrop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Blockcore.Core" Version="1.0.6" />
<PackageReference Include="Blockcore.Core" Version="1.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.6" />
<PackageReference Include="Blockcore.Features.Consensus" Version="1.0.6" />
<PackageReference Include="Blockcore.Features.Wallet" Version="1.0.6" />
<PackageReference Include="Blockcore.NBitcoin" Version="1.0.6" />
<PackageReference Include="Blockcore.Features.Consensus" Version="1.0.8" />
<PackageReference Include="Blockcore.Features.Wallet" Version="1.0.8" />
<PackageReference Include="Blockcore.NBitcoin" Version="1.0.8" />
</ItemGroup>

</Project>
Loading

0 comments on commit db30f92

Please sign in to comment.