Skip to content

Commit

Permalink
out of RC
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Nov 15, 2023
1 parent 7e192d5 commit cee50dd
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 @@ -138,7 +138,7 @@ public string DropTemplates(string optionsPath, string projectPath, CodeGenerati

if (minimumVersion.Major == 8)
{
list.Add(new CodeGenerationItem { Key = (int)CodeGenerationMode.EFCore8, Value = "EF Core 8 (rc)" });
list.Add(new CodeGenerationItem { Key = (int)CodeGenerationMode.EFCore8, Value = "EF Core 8" });
}

if (!list.Any())
Expand Down

0 comments on commit cee50dd

Please sign in to comment.