Browse Source

Use newest dependencies required by System.Reactive

pull/3045/head
artyom 6 years ago
parent
commit
4bfa232432
  1. 2
      build/Rx.props

2
build/Rx.props

@ -1,5 +1,7 @@
<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.1.6" />
<PackageReference Include="System.Threading.Tasks.Extensions" Value="4.5.3" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Value="4.6.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>

Loading…
Cancel
Save