Skip to content

Commit

Permalink
housekeeping: Upgraded to ReactiveUI v11 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
RLittlesII authored Dec 13, 2019
1 parent 2a1141f commit b4fda78
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Sample/SextantSample.Android/SextantSample.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<PackageReference Include="Xamarin.Android.Support.v4" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.v7.CardView" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.v7.MediaRouter" Version="28.0.0.3" />
<PackageReference Include="ReactiveUI.XamForms" Version="10.*" />
<PackageReference Include="ReactiveUI.XamForms" Version="11.*" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
Expand Down
2 changes: 1 addition & 1 deletion Sample/SextantSample.iOS/SextantSample.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI.XamForms" Version="10.*" />
<PackageReference Include="ReactiveUI.XamForms" Version="11.*" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Sample/SextantSample/SextantSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.3.*" />
<PackageReference Include="System.Collections.Immutable" Version="1.7.0" />
<PackageReference Include="ReactiveUI.XamForms" Version="10.*" />
<PackageReference Include="ReactiveUI.XamForms" Version="11.*" />
<PackageReference Include="Pharmacist.MsBuild" Version="1.2.*" PrivateAssets="all" />
<PackageReference Include="Pharmacist.Common" Version="1.2.*" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="Xunit.StaFact" Version="0.3.18" />
<PackageReference Include="Shouldly" Version=" 3.0.2" />
<PackageReference Include="ReactiveUI.Testing" Version="10.*" />
<PackageReference Include="ReactiveUI.Testing" Version="11.*" />
<PackageReference Include="PublicApiGenerator" Version="9.3.0" />
<PackageReference Include="NSubstitute" Version="4.2.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Sextant.XamForms/Sextant.XamForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI" Version="10.*" />
<PackageReference Include="ReactiveUI" Version="11.*" />
<PackageReference Include="System.Collections.Immutable" Version="1.7.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Sextant/Sextant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Compile Remove="Platforms\**\*.cs" />
<None Include="Platforms\**\*.cs" />
<PackageReference Include="System.Collections.Immutable" Version="1.7.0" />
<PackageReference Include="ReactiveUI" Version="10.*" />
<PackageReference Include="ReactiveUI" Version="11.*" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
Expand Down

0 comments on commit b4fda78

Please sign in to comment.