faint-tiger-16075
11/30/2021, 10:08 PMnetFrameworkVersion
to v5.0
and linuxFxVersion
to DOTNET|5.0
but neither of those properties seem to have an impact.... From the console I can still see an empty "stack" in the App Service configuration once deployed. Does anyone know what I need to do to set "stack" to ".NET" and Major (and Minor) Version to ".NET 5"?DOTNET|5.0
if you query Azure, it's actually expecting the value DOTNETCORE|5.0
which I only discovered when I queried the configuration of a working app service.linuxFxVersion
to DOTNETCORE|5.0
fixed the problem.rich-cat-16319
12/06/2021, 1:04 AM