Browse Source

Upgrade ReactiveUI dependency to 8.0.0 stable.

pull/1618/head
Jeremy Koritzinsky 8 years ago
committed by GitHub
parent
commit
32ae9e813b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build/ReactiveUI.props

2
build/ReactiveUI.props

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

Loading…
Cancel
Save