升级项目程序包,清理无用的包

This commit is contained in:
2023-10-12 13:26:30 +08:00
parent 89d852f4ed
commit 27e9cadf91
18 changed files with 63 additions and 353 deletions
@@ -1,6 +1,4 @@
using Dicom;
using Dicom.Imaging.Codec;
using EasyCaching.Core;
using EasyCaching.Core;
using IRaCIS.Core.Application.Contracts.Dicom;
using IRaCIS.Core.Domain.Share;
using System.Text;
@@ -9,6 +7,8 @@ using IRaCIS.Core.Application.Helper;
using Microsoft.AspNetCore.Hosting;
using IRaCIS.Core.Infrastructure;
using Medallion.Threading;
using FellowOakDicom;
using FellowOakDicom.Imaging.Codec;
namespace IRaCIS.Core.Application.Services
{