Browse Source

Update ReactiveUI and Rx base version (#16719)

Co-authored-by: Julien Lebosquain <julien@lebosquain.net>
pull/16753/head
Chris Pulman 2 years ago
committed by GitHub
parent
commit
2d51602760
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      build/ReactiveUI.props
  2. 2
      build/Rx.props

2
build/ReactiveUI.props

@ -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
build/Rx.props

@ -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>

Loading…
Cancel
Save