Azure Devops can an ASP.NET Core 8 Web API be built with .NET Framework references?
I have an ASP.NET Core 8 Web API that I am building/deploying through Azure Devops. The API is being hosted in IIS on a server, so I was using the DotNetCoreCLI@2 task to perform a dotnet publish
which would build my project and generate a web.config
.