We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56dc423 + 3be896b commit 254f06cCopy full SHA for 254f06c
1 file changed
tests/Infrastructure.Test/Startup.cs
@@ -22,7 +22,7 @@ public static void ConfigureServices(IServiceCollection services, HostBuilderCon
22
.AddTransient<IMemoryCache, MemoryCache>()
23
.AddTransient<LocalCacheService>()
24
.AddTransient<IDistributedCache, MemoryDistributedCache>()
25
- .AddTransient<ISerializerService, NewtonSoftService>()
+ .AddTransient<ISerializerService, SystemTextJsonService>()
26
.AddTransient<DistributedCacheService>()
27
28
.AddPOLocalization(context.Configuration)
0 commit comments