Kaynağa Gözat

Update ReactiveUI and Rx base version (#16719)

Co-authored-by: Julien Lebosquain <[email protected]>
Chris Pulman 1 yıl önce
ebeveyn
işleme
2d51602760
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      build/ReactiveUI.props
  2. 1 1
      build/Rx.props

+ 1 - 1
build/ReactiveUI.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="ReactiveUI" Version="18.3.1" />
+    <PackageReference Include="ReactiveUI" Version="20.1.1" />
   </ItemGroup>
   </ItemGroup>
 </Project>
 </Project>

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