Browse Source

update System.Reactive to .net5

Dan Walmsley 5 năm trước cách đây
mục cha
commit
8c7540ddf1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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">
   <ItemGroup>
-    <PackageReference Include="System.Reactive" Version="4.4.1" />
+    <PackageReference Include="System.Reactive" Version="5.0" />
   </ItemGroup>
 </Project>