Skip to content

Commit

Permalink
Update referenced packages
Browse files Browse the repository at this point in the history
  • Loading branch information
amay077 committed Jun 5, 2017
1 parent e057978 commit b4cc3db
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions XFGoogleMapSample/Droid/XFGoogleMapSample.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@
<HintPath>$(SolutionDir)\packages\Xamarin.GooglePlayServices.Maps.42.1021.1\lib\MonoAndroid70\Xamarin.GooglePlayServices.Maps.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.GoogleMaps.Android">
<HintPath>$(SolutionDir)\packages\Xamarin.Forms.GoogleMaps.2.0.0\lib\MonoAndroid70\Xamarin.Forms.GoogleMaps.Android.dll</HintPath>
<HintPath>$(SolutionDir)\packages\Xamarin.Forms.GoogleMaps.2.1.0-beta1\lib\MonoAndroid70\Xamarin.Forms.GoogleMaps.Android.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.GoogleMaps">
<HintPath>$(SolutionDir)\packages\Xamarin.Forms.GoogleMaps.2.0.0\lib\MonoAndroid70\Xamarin.Forms.GoogleMaps.dll</HintPath>
<HintPath>$(SolutionDir)\packages\Xamarin.Forms.GoogleMaps.2.1.0-beta1\lib\MonoAndroid70\Xamarin.Forms.GoogleMaps.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<package id="Xamarin.Android.Support.Vector.Drawable" version="25.1.0" targetFramework="monoandroid70" />
<package id="Xamarin.Build.Download" version="0.4.2" targetFramework="monoandroid70" />
<package id="Xamarin.Forms" version="2.3.4.247" targetFramework="MonoAndroid60" />
<package id="Xamarin.Forms.GoogleMaps" version="2.0.0" targetFramework="monoandroid70" />
<package id="Xamarin.Forms.GoogleMaps" version="2.1.0-beta1" targetFramework="monoandroid70" />
<package id="Xamarin.GooglePlayServices.Base" version="42.1021.1" targetFramework="monoandroid70" />
<package id="Xamarin.GooglePlayServices.Basement" version="42.1021.1" targetFramework="monoandroid70" />
<package id="Xamarin.GooglePlayServices.Maps" version="42.1021.1" targetFramework="monoandroid70" />
Expand Down
2 changes: 1 addition & 1 deletion XFGoogleMapSample/UWP/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"Xamarin.Forms": "2.3.4.247",
"Xamarin.Forms.GoogleMaps": "2.0.0"
"Xamarin.Forms.GoogleMaps": "2.1.0-beta1"
},
"frameworks": {
"uap10.0": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<Private>False</Private>
</Reference>
<Reference Include="Xamarin.Forms.GoogleMaps">
<HintPath>$(SolutionDir)\packages\Xamarin.Forms.GoogleMaps.2.0.0\lib\portable-net45+wp8+wpa81+win8+MonoAndroid70+MonoTouch10+Xamarin.iOS10+UAP10\Xamarin.Forms.GoogleMaps.dll</HintPath>
<HintPath>$(SolutionDir)\packages\Xamarin.Forms.GoogleMaps.2.1.0-beta1\lib\portable-net45+wp8+wpa81+win8+MonoAndroid70+MonoTouch10+Xamarin.iOS10+UAP10\Xamarin.Forms.GoogleMaps.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Xamarin.Forms" version="2.3.4.247" targetFramework="portable45-net45+win8+wp8" />
<package id="Xamarin.Forms.GoogleMaps" version="2.0.0" targetFramework="portable45-net45+win8+wp8" />
<package id="Xamarin.Forms.GoogleMaps" version="2.1.0-beta1" targetFramework="portable45-net45+win8+wp8" />
</packages>
4 changes: 2 additions & 2 deletions XFGoogleMapSample/iOS/XFGoogleMapSample.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@
<Private>False</Private>
</Reference>
<Reference Include="Xamarin.Forms.GoogleMaps">
<HintPath>$(SolutionDir)\packages\Xamarin.Forms.GoogleMaps.2.0.0\lib\Xamarin.iOS10\Xamarin.Forms.GoogleMaps.dll</HintPath>
<HintPath>$(SolutionDir)\packages\Xamarin.Forms.GoogleMaps.2.1.0-beta1\lib\Xamarin.iOS10\Xamarin.Forms.GoogleMaps.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.GoogleMaps.iOS">
<HintPath>$(SolutionDir)\packages\Xamarin.Forms.GoogleMaps.2.0.0\lib\Xamarin.iOS10\Xamarin.Forms.GoogleMaps.iOS.dll</HintPath>
<HintPath>$(SolutionDir)\packages\Xamarin.Forms.GoogleMaps.2.1.0-beta1\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.3" targetFramework="xamarinios10" />
<package id="Xamarin.Forms" version="2.3.4.247" targetFramework="xamarinios10" />
<package id="Xamarin.Forms.GoogleMaps" version="2.0.0" targetFramework="xamarinios10" />
<package id="Xamarin.Forms.GoogleMaps" version="2.1.0-beta1" targetFramework="xamarinios10" />
<package id="Xamarin.Google.iOS.Maps" version="2.1.0.1" targetFramework="xamarinios10" />
</packages>

0 comments on commit b4cc3db

Please sign in to comment.