JiShe.CollectBus/services/JiShe.CollectBus.Domain/JiShe.CollectBus.Domain.csproj

41 lines
1.7 KiB
XML
Raw Normal View History

2024-12-19 16:07:07 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2025-04-29 09:14:58 +08:00
<Import Project="..\..\common.props" />
<PropertyGroup>
2024-12-19 16:07:07 +08:00
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>JiShe.CollectBus</RootNamespace>
</PropertyGroup>
2025-03-14 14:28:04 +08:00
<ItemGroup>
<Compile Remove="PrepaymentSystems\**" />
<EmbeddedResource Remove="PrepaymentSystems\**" />
<None Remove="PrepaymentSystems\**" />
2025-03-14 14:28:04 +08:00
</ItemGroup>
2024-12-19 16:07:07 +08:00
<ItemGroup>
<None Remove="FodyWeavers.xml" />
<None Remove="FodyWeavers.xsd" />
<None Remove="JiShe.CollectBus.Domain.abppkg" />
</ItemGroup>
<ItemGroup>
2025-04-17 20:28:50 +08:00
<ProjectReference Include="..\..\modules\JiShe.CollectBus.FreeSql\JiShe.CollectBus.FreeSql.csproj" />
2025-04-29 09:14:58 +08:00
<ProjectReference Include="..\..\modules\JiShe.CollectBus.IoTDB\JiShe.CollectBus.IoTDB.csproj" />
<ProjectReference Include="..\..\shared\JiShe.CollectBus.Analyzers.Shared\JiShe.CollectBus.Analyzers.Shared.csproj" />
2025-04-28 16:37:31 +08:00
<ProjectReference Include="..\..\shared\JiShe.CollectBus.Common\JiShe.CollectBus.Common.csproj" />
2025-04-17 20:28:50 +08:00
<ProjectReference Include="..\..\shared\JiShe.CollectBus.Domain.Shared\JiShe.CollectBus.Domain.Shared.csproj" />
2025-05-12 14:02:22 +08:00
<ProjectReference Include="..\..\modules\JiShe.CollectBus.Analyzers\JiShe.CollectBus.Analyzers.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
2025-04-28 14:07:51 +08:00
</ItemGroup>
2024-12-19 16:07:07 +08:00
<ItemGroup>
2025-05-12 14:02:22 +08:00
<PackageReference Include="MongoDB.Bson" Version="2.22.0" />
2024-12-19 16:07:07 +08:00
<PackageReference Include="Volo.Abp.Emailing" Version="8.3.3" />
<PackageReference Include="Volo.Abp.Caching" Version="8.3.3" />
<PackageReference Include="Volo.Abp.BackgroundJobs.Domain" Version="8.3.3" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain" Version="8.3.3" />
</ItemGroup>
</Project>