Browse Source

Merge pull request #3741 from hez2010/patch-1

Update System.Reactive to 4.4.1 to avoid infinite recursive generics in CoreRT
pull/3747/head
Steven Kirk 6 years ago
committed by GitHub
parent
commit
a9f301d6ca
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"> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Reactive" Version="4.1.6" /> <PackageReference Include="System.Reactive" Version="4.4.1" />
</ItemGroup> </ItemGroup>
</Project> </Project>

Loading…
Cancel
Save