Added these packages
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.0.0"/>
</ItemGroup>
and I am trying to run this command
Scaffold-DbContext "Server=xxxx;Database=xxx;User Id=sa;Password=xx;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Context
just like .net core 2.0, but I get that: