From 106ae59d42896904d16df6538288c84bceaa48c6 Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 30 Jan 2023 09:46:36 +0800 Subject: [PATCH] Update AbpDateTimeConverter.cs --- .../Volo/Abp/Json/Newtonsoft/AbpDateTimeConverter.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/src/Volo.Abp.Json.Newtonsoft/Volo/Abp/Json/Newtonsoft/AbpDateTimeConverter.cs b/framework/src/Volo.Abp.Json.Newtonsoft/Volo/Abp/Json/Newtonsoft/AbpDateTimeConverter.cs index 1dc576c259..5e698956b3 100644 --- a/framework/src/Volo.Abp.Json.Newtonsoft/Volo/Abp/Json/Newtonsoft/AbpDateTimeConverter.cs +++ b/framework/src/Volo.Abp.Json.Newtonsoft/Volo/Abp/Json/Newtonsoft/AbpDateTimeConverter.cs @@ -6,6 +6,7 @@ using Microsoft.Extensions.Options; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.Json.Serialization; +using Volo.Abp.DependencyInjection; using Volo.Abp.Reflection; using Volo.Abp.Timing;