Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
NuGet update and Dbreeze serialization fix (#309)
Browse files Browse the repository at this point in the history
Allows the sidechains repo to serialize everything given the changes to the FN Dbreeze serialization and ultimately allows multiple nodes to run in the one process by removing static dependencies.

I haven't actually connected to the network and completed a transfer yet - if someone could do that it would be ace.
  • Loading branch information
codingupastorm authored and bokobza committed Dec 18, 2018
1 parent e0d67eb commit a11df99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Stratis.FederatedPeg.IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<PackageReference Include="NStratis" Version="4.0.0.73" />
<PackageReference Include="FluentAssertions" Version="5.5.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="Stratis.Bitcoin" Version="3.0.0.2-beta" />
<PackageReference Include="Stratis.Bitcoin.Features.PoA" Version="3.0.0.2-beta" />
<PackageReference Include="Stratis.Bitcoin.Features.PoA.IntegrationTests.Common" Version="3.0.0.2-beta" />
<PackageReference Include="Stratis.Bitcoin.IntegrationTests.Common" Version="3.0.0.2-beta" />
<PackageReference Include="Stratis.Bitcoin.Networks" Version="3.0.0.2-beta" />
<PackageReference Include="Stratis.Bitcoin" Version="3.0.0.3-beta" />
<PackageReference Include="Stratis.Bitcoin.Features.PoA" Version="3.0.0.3-beta" />
<PackageReference Include="Stratis.Bitcoin.Features.PoA.IntegrationTests.Common" Version="3.0.0.3-beta" />
<PackageReference Include="Stratis.Bitcoin.IntegrationTests.Common" Version="3.0.0.3-beta" />
<PackageReference Include="Stratis.Bitcoin.Networks" Version="3.0.0.3-beta" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
</ItemGroup>
Expand Down

0 comments on commit a11df99

Please sign in to comment.