Skip to content

Commit 8004443

Browse files
committed
- update nuget package
1 parent b1367b2 commit 8004443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libs/Mapbox.Maui/Mapbox.Maui.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<PackageReference Include="Xamarin.AndroidX.Annotation" Version="1.8.0.1" />
101101
</ItemGroup>
102102
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">
103-
<PackageReference Include="MapboxMapsObjC.iOS" Version="11.5.2.5" />
103+
<PackageReference Include="MapboxMapsObjC.iOS" Version="11.5.2.6" />
104104
<PackageReference Include="MapboxMaps.iOS" Version="11.5.2" />
105105
</ItemGroup>
106106
<ItemGroup>

src/qs/MapboxMauiQs/MapboxMauiQs.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
</Compile>
107107
</ItemGroup>
108108
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">
109-
<PackageReference Include="MapboxMapsObjC.iOS" Version="11.5.2.5" />
109+
<PackageReference Include="MapboxMapsObjC.iOS" Version="11.5.2.6" />
110110
<PackageReference Include="MapboxMaps.iOS" Version="11.5.2" />
111111

112112
<Compile Include="..\..\libs\Mapbox.Maui\Platforms\iOS\**\**\*.cs">

0 commit comments

Comments
 (0)