twitchax / AspNetCore.Proxy

ASP.NET Core Proxies made easy.
MIT License
525 stars 83 forks source link

Update UseProxies method to use Core 3 endpoints #54

Closed espcoder closed 3 years ago

espcoder commented 4 years ago

Used compiler directives to preserve backwards-compatibility with .NetStandard 2.0 and current functionality.

twitchax commented 4 years ago

Cool. I will take a look. At a minimum, we need to add some tests.

twitchax commented 3 years ago

Closing in favor of .NET 5 support.