Skip to content

Commit

Permalink
build(deps): bump System.Reactive from 4.4.1 to 5.0.0 (#269)
Browse files Browse the repository at this point in the history
Bumps [System.Reactive](https://github.com/dotnet/reactive) from 4.4.1 to 5.0.0.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](dotnet/reactive@rxnet-v4.4.1...ixnet-v5.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Dec 14, 2020
1 parent 81e2bb7 commit 8a53a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sample/SextantSample.Android/SextantSample.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Reactive" Version="4.4.*" />
<PackageReference Include="System.Reactive" Version="5.0.*" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="28.0.0.3" />
Expand Down
2 changes: 1 addition & 1 deletion src/Sextant.iOS.Runner/Sextant.iOS.Runner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<Version>4.4.1</Version>
</PackageReference>
<PackageReference Include="System.Reactive">
<Version>4.4.1</Version>
<Version>5.0.0</Version>
</PackageReference>
<PackageReference Include="xunit">
<Version>2.4.1</Version>
Expand Down

0 comments on commit 8a53a85

Please sign in to comment.