Steps to reproduce:
- Create a Blazor Server project with Authentication enabled.
Expected results:
Microsoft packages are included in the project.
Current results:
Microsoft packages are not included in the project.
Additional information:
As a workaround, add these package references:
Code<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.*-*" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.*-*" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.*-*" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.*-*" />