Browse Source

update System.Reactive to .net5

Dan Walmsley 5 years ago
parent
commit
8c7540ddf1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/Rx.props

+ 1 - 1
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.4.1" />
+    <PackageReference Include="System.Reactive" Version="5.0" />
   </ItemGroup>
   </ItemGroup>
 </Project>
 </Project>