Skip to content

Commit

Permalink
housekeeping: Update Sextant sample to use XamForms 5.*, and Sextant.…
Browse files Browse the repository at this point in the history
…XamForms to match RxUI.XamForms
  • Loading branch information
glennawatson committed Feb 28, 2021
1 parent 59bb208 commit b065b87
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions Sample/SextantSample.Android/SextantSample.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<PackageReference Include="ReactiveUI.XamForms" Version="13.*" />
<PackageReference Include="Xamarin.AndroidX.MediaRouter" Version="1.2.2.1" />
<PackageReference Include="Xamarin.AndroidX.Palette" Version="1.0.0.7" />
<PackageReference Include="Xamarin.Forms" Version="5.0.*" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
Expand Down
5 changes: 3 additions & 2 deletions Sample/SextantSample.UWP/SextantSample.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,9 @@
<Version>6.2.11</Version>
</PackageReference>
<PackageReference Include="ReactiveUI">
<Version>12.*</Version>
<Version>13.*</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.*" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Sextant\Sextant.csproj">
Expand All @@ -209,4 +210,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
3 changes: 2 additions & 1 deletion Sample/SextantSample.iOS/SextantSample.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI.XamForms" Version="13.*" />
<PackageReference Include="Xamarin.Forms" Version="5.0.*" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ItemGroup>
Expand All @@ -175,4 +176,4 @@
<Name>Sextant</Name>
</ProjectReference>
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion Sample/SextantSample/SextantSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.8.*" />
<PackageReference Include="Xamarin.Forms" Version="5.0.*" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
<PackageReference Include="ReactiveUI.XamForms" Version="13.*" />
<PackageReference Include="Pharmacist.MsBuild" Version="2.*" PrivateAssets="all" />
Expand Down
5 changes: 1 addition & 4 deletions src/Sextant.XamForms/Sextant.XamForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
<ItemGroup>
<PackageReference Include="ReactiveUI" Version="13.*" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.6.*" />
<PackageReference Include="Xamarin.Forms" Version="4.8.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b065b87

Please sign in to comment.