Skip to content

Commit 0cca32a

Browse files
CopilotJusterZhu
andcommitted
Fix Android DI build by adding AndroidX.Core package
Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com> Agent-Logs-Url: https://github.com/GeneralLibrary/GeneralUpdate.Maui/sessions/685b3983-915d-44f0-9172-20937346cd51
1 parent c9890c1 commit 0cca32a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/GeneralUpdate.Maui.Android/GeneralUpdate.Maui.Android.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
1515
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.0" />
16+
<PackageReference Include="Xamarin.AndroidX.Core" Version="1.13.1.1" Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" />
1617
</ItemGroup>
1718
</Project>

0 commit comments

Comments
 (0)