Browse Source

Use latest 9.* version

artyom 6 years ago
parent
commit
6a34494d67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/ReactiveUI.props

+ 1 - 1
build/ReactiveUI.props

@@ -1,5 +1,5 @@
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
-    <PackageReference Include="ReactiveUI" Version="9.0.1" />
+    <PackageReference Include="ReactiveUI" Version="9.22.1" />
   </ItemGroup>
 </Project>