I created a Web App on Azure portal, on runtime stack option I chose ".NET Core 3.0". When I import publish settings of this WebApp to VS2019, in Publish Profile summary I see "netstandard2.1".Is that normal, shouldn't it be 'netcoreapp3.0' ?
In AppService settings > Configuration > [tab] General settings:
Stack: .NET
.NET Framework version: V4.7
How is it possible? The app that I am deploying was created as Blazor WebAssembly App template (CLI: .NET Core 3.1.102)