You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dotnet new mvc command specified in exercise 28 currently picks .NET 9 by default since no version is explicitly specified, yet the app service plan gets set to version 8 in that guide.
The
dotnet new mvccommand specified in exercise 28 currently picks .NET 9 by default since no version is explicitly specified, yet the app service plan gets set to version 8 in that guide.