Skip to content

Commit

Permalink
Updated System.Reactive to 4.1.6 to solve dotnet/reactive#880
Browse files Browse the repository at this point in the history
It happens all the time when debugging
  • Loading branch information
liorm committed Sep 10, 2019
1 parent dff2607 commit c9beecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xperitos.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageReference Include="Serilog" Version="2.7.1" />
<PackageReference Include="Serilog.Sinks.File" Version="4.0.0" />
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
<PackageReference Include="System.Reactive.Core" Version="4.1.0" />
<PackageReference Include="System.Reactive.Linq" Version="4.1.0" />
<PackageReference Include="System.Reactive.Core" Version="4.1.6" />
<PackageReference Include="System.Reactive.Linq" Version="4.1.6" />
<PackageReference Include="System.Runtime.Handles" Version="4.3.0" />
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
<PackageReference Include="System.Text.Encoding.Extensions" Version="4.3.0" />
Expand Down

0 comments on commit c9beecc

Please sign in to comment.