I am trying to deploy a web application in Blazor (.NET 8) using Visual Studio 2022.
I have linked my Azure account and I'm trying to deploy the web application in one of my Azure web apps.
When publishing the app, Visual Studio is throwing this error:
"Framework-dependent" is an invalid value for the "SelfContained" parameter of the "ProcessFrameworkReferences" task. The "SelfContained" parameter is of type "System.Boolean".
As of now, the web app is on a free tier.
Is there any upgrade in the web app I need to make, or it is some configuration in the solution?
