Browse Source
Update System.Reactive to 4.4.1 to avoid infinite recursive generics in CoreRTpull/3747/head
committed by
GitHub
1 changed files with 1 additions and 1 deletions
@ -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…
Reference in new issue