### Android framework version net8.0-android ### Affected platform version .NET 8.0.400 ### Description It all boils down to the dependency `Xamarin.AndroidX.Lifecycle.Runtime` being used by the two. ``` Version conflict detected for Xamarin.AndroidX.Lifecycle.Runtime. Install/reference Xamarin.AndroidX.Lifecycle.Runtime 2.8.6 directly to project MyTest to resolve this issue. MyTest -> Xamarin.AndroidX.Fragment 1.8.4 -> Xamarin.AndroidX.Lifecycle.Runtime (>= 2.8.6) MyTest -> Xamarin.AndroidX.Fragment.Ktx 1.8.4 -> Xamarin.AndroidX.Activity.Ktx 1.9.2.1 -> Xamarin.AndroidX.Lifecycle.Runtime.Ktx 2.8.5.1 -> Xamarin.AndroidX.Lifecycle.Runtime (>= 2.8.5.1 && < 2.8.6). ``` ### Steps to Reproduce Reference the packages in the .csproj ``` <ItemGroup Condition="$(TargetFramework.Contains('-android'))"> <PackageReference Include="Xamarin.AndroidX.Fragment" Version="1.8.4" /> <PackageReference Include="Xamarin.AndroidX.Fragment.Ktx" Version="1.8.4" /> </ItemGroup> ``` ### Did you find any workaround? _No response_ ### Relevant log output _No response_
Activity
tungd776 commentedon Nov 3, 2024
inimirpaz commentedon Nov 8, 2024
Something somewhat similar is happening now with 1.8.5 versions: