Browse Source

Merge branch 'main' of tig:migueldeicaza/gui.cs

Charlie Kindel 4 years ago
parent
commit
2b62b3ba33
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ReactiveExample/ReactiveExample.csproj

+ 2 - 2
ReactiveExample/ReactiveExample.csproj

@@ -7,7 +7,7 @@
         <PackageReference Include="Pharmacist.MsBuild" Version="2.0.8" PrivateAssets="all" />
         <PackageReference Include="Pharmacist.Common" Version="2.0.8" />
         <PackageReference Include="Terminal.Gui" Version="1.0.0.*" />
-        <PackageReference Include="ReactiveUI.Fody" Version="13.2.18" />
-        <PackageReference Include="ReactiveUI" Version="13.3.1" />
+        <PackageReference Include="ReactiveUI.Fody" Version="13.3.2" />
+        <PackageReference Include="ReactiveUI" Version="13.3.2" />
     </ItemGroup>
 </Project>