You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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" />
The text was updated successfully, but these errors were encountered: