Browse Source

Upgrade ReactiveUI dependency to 8.0.0 stable.

Jeremy Koritzinsky 7 years ago
parent
commit
32ae9e813b
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="8.0.0-alpha0073" />
+    <PackageReference Include="reactiveui" Version="8.0.0" />
   </ItemGroup>
 </Project>