Browse Source

patched reactive sample dependencies refs

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

+ 1 - 1
ReactiveExample/ReactiveExample.csproj

@@ -8,6 +8,6 @@
         <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="13.3.2" />
+        <PackageReference Include="ReactiveUI" Version="14.1.1" />
     </ItemGroup>
 </Project>