REGRESSION INFO: Worked in: 17.8.4 (Contains runtime 8.0.1).
TESTCASES AFFECTED
[8.0/7.0/6.0] SimpleWebAppWithIndAuth
INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install VS 17.9 Preview 2.1 latest released build, Preview channel
- Web workload
- Includes SDK 8.0.100 and runtime 8.0.0
 
REPRO STEPS
- New > ASP.NET Core Web App (Razor Pages) > .NET 8.0 > Individual Accounts
- Right click the project > Publish > Azure > Azure App Service (Windows)
- After the profile created, go to More actions > Edit, expand "Entity Framework Migration" node
ACTUAL
EF Migrations error: You must install or update .NET to run this application.

Workaround 1: Uninstall the dotnet-ef 8.0.1 and install version 8.0.0
dotnet tool uninstall dotnet-ef
dotnet tool install dotnet-ef --version 8.0.0

Workaround 2: Install runtime 8.0.1 Separately
EXPECTED
