Skip to content

Dependency issues loading Plato.Core in Xamarin.Android #4

Description

@fntc

Issue

I have a Xamarin project in which I use ReflectInsight for logging, but ran over the issue that Plato.Core depends on

<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />

in Plato.csproj

I built the library myself without the reference to fix that, but its an ugly workaround when the reference could simply be removed (it does not appear to be required by the library)

Proposed fix

Remove dependency
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions