Skip to content

Commit b146c82

Browse files
authored
T4 bug (#3245)
* Revert "Hosathota/master (#3237)" This reverts commit c3a6c69. * Use the 1000 templates with EF Core 10
1 parent 96e4f9d commit b146c82

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)