Skip to content

Commit

Permalink
Update to Xamarin Form to the last working version
Browse files Browse the repository at this point in the history
  • Loading branch information
Soul-Master committed May 8, 2022
1 parent 86a7055 commit e498745
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 @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Autofac" Version="6.3.0" />
<PackageReference Include="Autofac.Extras.CommonServiceLocator" Version="6.0.1" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2012" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2244" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/MaterialMvvmSample/MaterialMvvmSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Autofac" Version="6.3.0" />
<PackageReference Include="Autofac.Extras.CommonServiceLocator" Version="6.0.1" />
<PackageReference Include="Vapolia.Xamarin.Svg.Forms" Version="4.0.0-pre7" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2012" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2244" />
<PackageReference Include="Rg.Plugins.Popup" Version="2.1.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion XF.Material/XF.Material.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<ItemGroup>
<PackageReference Include="Rg.Plugins.Popup" Version="2.1.0" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.3" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2012" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2244" />
<PackageReference Include="Com.Airbnb.Xamarin.Forms.Lottie" Version="4.1.0" />
</ItemGroup>

Expand Down

0 comments on commit e498745

Please sign in to comment.