workspace-ONE-SDK-integration-samples icon indicating copy to clipboard operation
workspace-ONE-SDK-integration-samples copied to clipboard

cannot add AWSDK --version 24.2.0 to net8.0-android projects

Open DenisZhukovski opened this issue 1 year ago • 0 comments

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

  1. Create new .net8-android project
  2. Run add package AWSDK --version 24.2.0
  3. Compile the project

Expected behavior

.net8-android should be supported and let the project to compile without errors.

Additional context

No response

DenisZhukovski avatar Feb 29 '24 07:02 DenisZhukovski