Skip to content

Commit b64b87e

Browse files
committed
Use the 1000 templates with EF Core 10
1 parent 5255dc4 commit b64b87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GUI/Shared/Helpers/ReverseEngineerHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static string DropTemplates(string optionsPath, string projectPath, CodeG
6161
break;
6262

6363
case CodeGenerationMode.EFCore10:
64-
t4Version = "900";
64+
t4Version = "1000";
6565
break;
6666

6767
default:

0 commit comments

Comments
 (0)