Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fntc opened this issue Nov 2, 2021 · 0 comments
Open

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

fntc opened this issue Nov 2, 2021 · 0 comments

Comments

@fntc
Copy link

fntc commented Nov 2, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant