Skip to content

Commit

Permalink
Update dependency System.Reactive to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 1, 2018
1 parent 1b2d80f commit c0fbdab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Core/Hypepool.Common/Hypepool.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="NetUV.Core" Version="0.1.140" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
<PackageReference Include="Serilog" Version="2.6.0" />
<PackageReference Include="System.Reactive" Version="3.1.1" />
<PackageReference Include="System.Reactive" Version="4.1.1" />
<PackageReference Include="xunit.analyzers" Version="0.8.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Core/Hypepool.Core/Hypepool.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.0.0" />
<PackageReference Include="Serilog.Sinks.ColoredConsole" Version="3.0.1" />
<PackageReference Include="Stashbox" Version="2.5.8" />
<PackageReference Include="System.Reactive" Version="3.1.1" />
<PackageReference Include="System.Reactive" Version="4.1.1" />
<PackageReference Include="xunit.analyzers" Version="0.8.0" />
</ItemGroup>

Expand Down

0 comments on commit c0fbdab

Please sign in to comment.