Mark Erickson
Mark Erickson
This is a chained dependency due to twilio.apsnet.core 8.0 requiring Microsoft.Extensions.Http 7.0 which in turn depends upon Microsoft.Extensions.Logging 7.0.
Yea, that's fair. The isolated hosting breaks the other side (Twilio SMS binding), but there are ways around that, so that may be the best approach. I'll try just hitting...
Oh, no. It's just that the built-in bindings are part of the hosted environment, so if we use the isolated worker process to get around this package mismatch, we also...