ASP.NET Core Web API targeting .NET 8 on Azure App Service
I have an ASP.NET Core Web API that I've been running on Azure App Service Windows platform. This app was targeting .NET 7 and today I updated it to target .NET 8. It compiles and runs fine locally. According to…