We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36092bd + 0cca32a commit afa7181Copy full SHA for afa7181
1 file changed
src/GeneralUpdate.Maui.Android/GeneralUpdate.Maui.Android.csproj
@@ -13,5 +13,6 @@
13
<ItemGroup>
14
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
15
<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'" />
17
</ItemGroup>
18
</Project>
0 commit comments