Hi all!
I'm trying to update my project from .NET 6 -> .NET 8, however to save some time, I'm trying to keep it an in-process model instead of the isolated one.
Is there anywhere a guide that I can follow to just upgrade my Azure Functions server from .NET 6 to .NET 8 without switching to the isolated model?
If not, does anyone know how to do it properly? I've enclosed the following errors when trying to starting the server.