Skip to content

Commit

Permalink
Update ReactiveUI and Rx base version (#16719)
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Lebosquain <[email protected]>
  • Loading branch information
ChrisPulman and MrJul authored Aug 20, 2024
1 parent dd17e85 commit 2d51602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/ReactiveUI.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="ReactiveUI" Version="18.3.1" />
<PackageReference Include="ReactiveUI" Version="20.1.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion build/Rx.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="System.Reactive" Version="5.0" />
<PackageReference Include="System.Reactive" Version="6.0.1" />
</ItemGroup>
</Project>

0 comments on commit 2d51602

Please sign in to comment.