Skip to content

Commit

Permalink
dependency: Update Forms sample dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Dec 13, 2020
1 parent ceccc08 commit b050edf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/LoginApp.Forms.Android/LoginApp.Forms.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI" Version="11.5.35" />
<PackageReference Include="ReactiveUI.XamForms" Version="11.5.35" />
<PackageReference Include="ReactiveUI" Version="13.*" />
<PackageReference Include="ReactiveUI.XamForms" Version="13.*" />
<PackageReference Include="Xamarin.Forms" Version="4.7.*" />
<PackageReference Include="Xamarin.Android.Support.v7.Preference" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.Media.Compat" Version="28.0.0.3" />
Expand Down Expand Up @@ -113,4 +113,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>
</Project>

0 comments on commit b050edf

Please sign in to comment.