Skip to content

Commit

Permalink
Merge pull request #7 from ChrisPulman/dependabot/nuget/System.Reacti…
Browse files Browse the repository at this point in the history
…ve-4.4.1

Bump System.Reactive from 4.3.2 to 4.4.1
  • Loading branch information
ChrisPulman authored May 4, 2020
2 parents f7bf3b7 + a6b7428 commit f550b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SerialPortRx.Test/SerialPortRx.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" Version="4.3.2" />
<PackageReference Include="System.Reactive" Version="4.4.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SerialPortRx/SerialPortRx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Authors>Chris Pulman</Authors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Reactive" Version="4.3.2" />
<PackageReference Include="System.Reactive" Version="4.4.1" />
<PackageReference Include="System.IO.Ports" Version="4.7.0" />
</ItemGroup>

Expand Down

0 comments on commit f550b17

Please sign in to comment.