fix(ProviderRepository): remove DictionaryKeyPolicy CamelCase Naming

This commit is contained in:
Yukine 2021-06-15 15:38:52 +02:00
parent 66dc53b92f
commit 90c95b240f
No known key found for this signature in database
GPG key ID: 6AE0B5764F0126D1

View file

@ -23,7 +23,6 @@ protected ProviderRepository(IMainDatabase database, IEventAggregator eventAggre
AllowTrailingCommas = true,
IgnoreNullValues = true,
PropertyNameCaseInsensitive = true,
DictionaryKeyPolicy = JsonNamingPolicy.CamelCase,
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
WriteIndented = true
};