noamyogev84 / HttpClient.Abstractions

An abstraction layer over System.Net.Http.HttpClient implementation.
https://www.nuget.org/packages/HttpClient.Abstractions/
4 stars 1 forks source link

Consider adding a new version that targets .NET5 and .NETCore #4

Open c0rn3lius opened 3 years ago

c0rn3lius commented 3 years ago

I use similar Abstractions packages for System.IO, but we're coding against .NETCore3.1 and moving to .NET5 soon.
Any plans to release a new version of this that would allow use with newer framework versions?

github-actions[bot] commented 3 years ago

Hey there, freshman! Wassup?

c0rn3lius commented 3 years ago

And make the package SN and ideally Authenticode signed

noamyogev84 commented 3 years ago

Hey @c0rn3lius thanks for reaching out! 🎉 I welcome you to open a PR with the changes you suggest, sure a support for net5 sounds nice. I think that in net5 you can use this https://docs.microsoft.com/en-us/aspnet/core/fundamentals/http-requests?view=aspnetcore-5.0 But if you want the client to be abstracted i don't see it there....

I'll probably get to it in the future. Again - your PR is welcomed!