Browse Source

Fix version conflicts caused by PR#1412 (#1415)

sucrose 4 years ago
parent
commit
618714cc69
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.1.1.*" />
-        <PackageReference Include="ReactiveUI.Fody" Version="14.1.1" />
-        <PackageReference Include="ReactiveUI" Version="14.1.1" />
+        <PackageReference Include="ReactiveUI.Fody" Version="14.2.1" />
+        <PackageReference Include="ReactiveUI" Version="14.2.1" />
     </ItemGroup>
 </Project>