Skip to content

Commit afa7181

Browse files
authored
Merge pull request #5 from GeneralLibrary/copilot/fix-ci-di-error
Fix Android CI build break in DI bootstrap path by adding missing AndroidX.Core reference
2 parents 36092bd + 0cca32a commit afa7181

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)