Browse Source

Try to avoid including extra packages

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

2
build/Rx.props

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

Loading…
Cancel
Save