Skip to content

Commit

Permalink
housekeeping: Upgraded Xamarin.Forms to v5 (#2756)
Browse files Browse the repository at this point in the history
  • Loading branch information
RLittlesII authored May 13, 2021
1 parent b84fb67 commit 3ef44be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Acr.UserDialogs" Version="7.1.0.514" />
<PackageReference Include="ReactiveUI.XamForms" Version="*" />
<PackageReference Include="Xamarin.Forms" Version="4.8.*" />
<PackageReference Include="Xamarin.Forms" Version="5.0.*" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.8.*" />
<PackageReference Include="Xamarin.Forms" Version="5.0.*" />
<PackageReference Include="Pharmacist.MsBuild" Version="2.*" PrivateAssets="all" />
<PackageReference Include="Pharmacist.Common" Version="2.*" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveUI.XamForms/ReactiveUI.XamForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit 3ef44be

Please sign in to comment.