Skip to content

Commit

Permalink
Update referenced packages
Browse files Browse the repository at this point in the history
  • Loading branch information
amay077 committed Mar 24, 2019
1 parent 188a322 commit c2f5db2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions XFGoogleMapSample/Droid/XFGoogleMapSample.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@
<HintPath>..\packages\Xamarin.GooglePlayServices.Maps.60.1142.1\lib\MonoAndroid80\Xamarin.GooglePlayServices.Maps.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.GoogleMaps.Android">
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.0.4\lib\MonoAndroid70\Xamarin.Forms.GoogleMaps.Android.dll</HintPath>
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.1.0\lib\MonoAndroid70\Xamarin.Forms.GoogleMaps.Android.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.GoogleMaps">
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.0.4\lib\MonoAndroid70\Xamarin.Forms.GoogleMaps.dll</HintPath>
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.1.0\lib\MonoAndroid70\Xamarin.Forms.GoogleMaps.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<package id="Xamarin.Android.Support.Vector.Drawable" version="26.0.2" targetFramework="monoandroid80" />
<package id="Xamarin.Build.Download" version="0.4.9" targetFramework="monoandroid80" />
<package id="Xamarin.Forms" version="3.0.0.482510" targetFramework="monoandroid80" />
<package id="Xamarin.Forms.GoogleMaps" Version="3.0.6" targetFramework="monoandroid80" />
<package id="Xamarin.Forms.GoogleMaps" version="3.1.0" targetFramework="monoandroid80" />
<package id="Xamarin.GooglePlayServices.Base" version="60.1142.1" targetFramework="monoandroid80" />
<package id="Xamarin.GooglePlayServices.Basement" version="60.1142.1" targetFramework="monoandroid80" />
<package id="Xamarin.GooglePlayServices.Maps" version="60.1142.1" targetFramework="monoandroid80" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="3.0.0.482510" />
<PackageReference Include="Xamarin.Forms.GoogleMaps" Version="3.0.6" />
<PackageReference Include="Xamarin.Forms.GoogleMaps" Version="3.1.0" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions XFGoogleMapSample/iOS/XFGoogleMapSample.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@
<HintPath>..\packages\Xamarin.Google.iOS.Maps.2.5.0\lib\Xamarin.iOS10\Google.Maps.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.GoogleMaps">
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.0.4\lib\Xamarin.iOS10\Xamarin.Forms.GoogleMaps.dll</HintPath>
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.1.0\lib\Xamarin.iOS10\Xamarin.Forms.GoogleMaps.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.GoogleMaps.iOS">
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.0.4\lib\Xamarin.iOS10\Xamarin.Forms.GoogleMaps.iOS.dll</HintPath>
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.1.0\lib\Xamarin.iOS10\Xamarin.Forms.GoogleMaps.iOS.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<packages>
<package id="Xamarin.Build.Download" version="0.4.7" targetFramework="xamarinios10" />
<package id="Xamarin.Forms" version="3.0.0.482510" targetFramework="xamarinios10" />
<package id="Xamarin.Forms.GoogleMaps" Version="3.0.6" targetFramework="xamarinios10" />
<package id="Xamarin.Forms.GoogleMaps" version="3.1.0" targetFramework="xamarinios10" />
<package id="Xamarin.Google.iOS.Maps" version="2.5.0" targetFramework="xamarinios10" />
</packages>

0 comments on commit c2f5db2

Please sign in to comment.