Skip to content

Commit

Permalink
Add reference to Molie network
Browse files Browse the repository at this point in the history
- Add direct reference to a few additional packages, not really needed since we reference the NodeHost, but doing it anyway.
  • Loading branch information
sondreb committed Oct 25, 2022
1 parent 28cbdf6 commit bf2a4a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MULTI/src/Blockcore.MultiNode/Blockcore.MultiNode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@
<ItemGroup>
<PackageReference Include="Blockcore.Features.BlockExplorer" Version="1.1.*" />
<PackageReference Include="Blockcore.Features.WalletNotify" Version="1.1.*" />

<PackageReference Include="Blockcore.Features.BlockStore" Version="1.1.*" />
<PackageReference Include="Blockcore.Features.Miner" Version="1.1.*" />
<PackageReference Include="Blockcore.Features.RPC" Version="1.1.*" />
<PackageReference Include="Blockcore.Features.Wallet" Version="1.1.*" />

<PackageReference Include="Blockcore.Networks.Xds" Version="1.1.*" />
<PackageReference Include="Blockcore.Features.ColdStaking" Version="1.1.*" />
<PackageReference Include="Blockcore.Features.NodeHost" Version="1.1.*" />
<PackageReference Include="Blockcore.Features.Dns" Version="1.1.*" />
<PackageReference Include="Blockcore.Features.Diagnostic" Version="1.1.*" />
<PackageReference Include="Blockcore.Features.Persistence.Rocksdb.CorePackage" Version="1.1.*" />

<PackageReference Include="Blockcore.Networks.City" Version="1.1.*" />
<PackageReference Include="Blockcore.Networks.Impleum" Version="1.1.*" />
<PackageReference Include="Blockcore.Networks.OpenExo" Version="1.1.*" />
Expand All @@ -27,6 +34,7 @@
<PackageReference Include="Blockcore.Networks.Cybits" Version="1.1.*" />
<PackageReference Include="Blockcore.Networks.SeniorBlockCoin" Version="1.1.*" />
<PackageReference Include="Blockcore.Networks.RoyalSportsCity" Version="1.1.*" />
<PackageReference Include="Blockcore.Networks.Molie" Version="1.1.*" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\AMS\src\AMS\AMS.csproj" />
Expand Down

0 comments on commit bf2a4a0

Please sign in to comment.