Browse Source

Update System.Reactive to 4.4.1 to avoid infinite recursive generics in CoreRT

pull/3741/head
Steve 6 years ago
committed by GitHub
parent
commit
90e9dfa0b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build/Rx.props

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.6" />
<PackageReference Include="System.Reactive" Version="4.4.1" />
</ItemGroup>
</Project>

Loading…
Cancel
Save