Browse Source

revert rx and reactiveui

pull/2777/head
Dan Walmsley 7 years ago
parent
commit
ff8ec72ad6
  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="9.19.5" />
<PackageReference Include="reactiveui" Version="9.0.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="4.1.5" />
<PackageReference Include="System.Reactive" Version="4.0.0" />
</ItemGroup>
</Project>

Loading…
Cancel
Save