Skip to content

Commit

Permalink
upgrade stratis packages to 1.2.4 and FluentAssertions to 5.5.3 (stra…
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurleberre authored Nov 20, 2018
1 parent f1e90d2 commit bafeb9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="2.1.1" />
<PackageReference Include="Stratis.Bitcoin" Version="1.2.3-beta" />
<PackageReference Include="Stratis.Bitcoin.Features.Notifications" Version="1.2.3-beta" />
<PackageReference Include="Stratis.Bitcoin.Features.Wallet" Version="1.2.3-beta" />
<PackageReference Include="Stratis.Bitcoin" Version="1.2.4-beta" />
<PackageReference Include="Stratis.Bitcoin.Features.Notifications" Version="1.2.4-beta" />
<PackageReference Include="Stratis.Bitcoin.Features.Wallet" Version="1.2.4-beta" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.4.2" />
<PackageReference Include="FluentAssertions" Version="5.5.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="Moq" Version="4.10.0" />
<PackageReference Include="NStratis" Version="4.0.0.67" />
<PackageReference Include="NSubstitute" Version="3.1.0" />
<PackageReference Include="Stratis.Bitcoin" Version="1.2.3-beta" />
<PackageReference Include="Stratis.Bitcoin.Api" Version="1.2.3-beta" />
<PackageReference Include="Stratis.Bitcoin.Networks" Version="1.2.3-beta" />
<PackageReference Include="Stratis.Bitcoin" Version="1.2.4-beta" />
<PackageReference Include="Stratis.Bitcoin.Api" Version="1.2.4-beta" />
<PackageReference Include="Stratis.Bitcoin.Networks" Version="1.2.4-beta" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="NStratis" Version="4.0.0.67" />
<PackageReference Include="Stratis.Bitcoin.Networks" Version="1.2.3-beta" />
<PackageReference Include="Stratis.Bitcoin.Networks" Version="1.2.4-beta" />
</ItemGroup>

</Project>

0 comments on commit bafeb9a

Please sign in to comment.