reflectsoftware/Plato.Core

Dependency issues loading Plato.Core in Xamarin.Android

fntc opened this issue · 0 comments

fntc commented

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