Skip to content

Commit

Permalink
Hardcode to EF Core 8
Browse files Browse the repository at this point in the history
fixes #2109
  • Loading branch information
ErikEJ committed Jan 21, 2024
1 parent 7f18b6a commit c5748e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI/Shared/Helpers/ReverseEngineerHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public List<SerializationTableModel> NormalizeTables(List<SerializationTableMode

public void DropT4Templates(string projectPath)
{
DropTemplates(projectPath, projectPath, CodeGenerationMode.EFCore7, false);
DropTemplates(projectPath, projectPath, CodeGenerationMode.EFCore8, false);
}

public string DropTemplates(string optionsPath, string projectPath, CodeGenerationMode codeGenerationMode, bool useHandlebars, int selectedOption = 0)
Expand Down

0 comments on commit c5748e0

Please sign in to comment.