Skip to content

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

@fntc

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" />

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