workspace-ONE-SDK-integration-samples
workspace-ONE-SDK-integration-samples copied to clipboard
cannot add AWSDK --version 24.2.0 to net8.0-android projects
Describe the bug
once I try to add the package using dotnet add package AWSDK --version 24.2.0 I get an error. And even if I don't get an error I can't compile the project. Error NU1605 : Warning As Error: Detected package downgrade: Xamarin.AndroidX.AppCompat from 1.2.0.7 to 1.2.0.5. Reference the package directly from the project to select a different version. AWSDK 24.2.0 -> Xamarin.AndroidX.ConstraintLayout 2.0.4.2 -> Xamarin.AndroidX.AppCompat (>= 1.2.0.7) AWSDK 24.2.0 -> Xamarin.AndroidX.AppCompat (>= 1.2.0.5)
Reproduction steps
- Create new .net8-android project
- Run add package AWSDK --version 24.2.0
- Compile the project
Expected behavior
.net8-android should be supported and let the project to compile without errors.
Additional context
No response