C#C
C#2y ago
82 replies
zorous

Installed Entity framework SQLite but getting this error in console

C:\Users\summi\source\repos\HHR Essentials\obj\HHR Essentials.csproj.EntityFrameworkCore.targets(4,5): error MSB4006: There is a circular dependency in the target dependency graph involving target "GetEFPr
ojectMetadata". [C:\Users\summi\source\repos\HHR Essentials\HHR Essentials.csproj]
Unable to retrieve project metadata. Ensure it's an SDK-style project. If you're using a custom BaseIntermediateOutputPath or MSBuildProjectExtensionsPath values, Use the --msbuildprojectextensionspath option.


how do i fix this message? Im using the wpf template that vs provides by default.

i get this error when i run the command: dotnet ef migrations add InitialCreate
Was this page helpful?