Browse Source

添加多个 NuGet 包以支持功能扩展

在 `OASystem.Infrastructure.csproj` 文件中,添加了以下 NuGet 包的引用:
- `Aspose.Cells`
- `Autofac`
- `Autofac.Extensions.DependencyInjection`
- `AutoMapper`
- `AutoMapper.Extensions.Microsoft.DependencyInjection`
- `CommonServiceLocator`

这些更改旨在增强项目的功能和依赖注入管理。
LEIYI 1 month ago
parent
commit
377e24d31f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      OASystem/OASystem.Infrastructure/OASystem.Infrastructure.csproj

+ 1 - 0
OASystem/OASystem.Infrastructure/OASystem.Infrastructure.csproj

@@ -15,6 +15,7 @@
   </PropertyGroup>
 
   <ItemGroup>
+    <PackageReference Include="Aspose.Cells" Version="23.4.0" />
     <PackageReference Include="Autofac" Version="6.4.0" />
     <PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
     <PackageReference Include="AutoMapper" Version="12.0.0" />