Skip to content

Commit

Permalink
Remove duplicate registration
Browse files Browse the repository at this point in the history
fixes #21801
  • Loading branch information
ErikEJ committed Jul 27, 2020
1 parent 005d33e commit ed5dfc2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public static IServiceCollection AddEntityFrameworkDesignTimeServices(

return services
.AddSingleton<AnnotationCodeGeneratorDependencies>()
.AddSingleton<TypeMappingSourceDependencies>()
.AddSingleton<CSharpMigrationOperationGeneratorDependencies>()
.AddSingleton<CSharpMigrationsGeneratorDependencies>()
.AddSingleton<CSharpSnapshotGeneratorDependencies>()
Expand Down

0 comments on commit ed5dfc2

Please sign in to comment.