JiShe.CollectBus/services/JiShe.CollectBus.Application/JiShe.CollectBus.Application.csproj

39 lines
1.8 KiB
XML
Raw Normal View History

2024-12-19 16:07:07 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>JiShe.CollectBus</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Remove="FodyWeavers.xml" />
<None Remove="JiShe.CollectBus.Application.abppkg" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DotNetCore.CAP" Version="8.3.1" />
2025-03-27 08:38:19 +08:00
<PackageReference Include="MassTransit.Kafka" Version="8.4.0" />
2025-03-24 20:54:31 +08:00
2024-12-19 16:07:07 +08:00
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="8.3.3" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="8.3.3" />
<PackageReference Include="Volo.Abp.BackgroundWorkers.Hangfire" Version="8.3.3" />
<PackageReference Include="Volo.Abp.Ddd.Application" Version="8.3.3" />
2025-03-27 08:38:19 +08:00
<PackageReference Include="TouchSocket" Version="3.0.19" />
<PackageReference Include="TouchSocket.Hosting" Version="3.0.19" />
2025-04-15 17:57:47 +08:00
<PackageReference Include="Volo.Abp.EventBus.Kafka" Version="8.3.3" />
2025-04-17 20:28:50 +08:00
<ProjectReference Include="..\..\protocols\JiShe.CollectBus.Protocol.Contracts\JiShe.CollectBus.Protocol.Contracts.csproj" />
2024-12-19 16:07:07 +08:00
<ProjectReference Include="..\JiShe.CollectBus.Application.Contracts\JiShe.CollectBus.Application.Contracts.csproj" />
2025-04-15 17:57:47 +08:00
2025-04-17 20:28:50 +08:00
<ProjectReference Include="..\..\modules\JiShe.CollectBus.Cassandra\JiShe.CollectBus.Cassandra.csproj" />
<ProjectReference Include="..\..\modules\JiShe.CollectBus.FreeRedis\JiShe.CollectBus.FreeRedis.csproj" />
<ProjectReference Include="..\..\modules\JiShe.CollectBus.Kafka\JiShe.CollectBus.Kafka.csproj" />
<ProjectReference Include="..\..\modules\JiShe.CollectBus.MongoDB\JiShe.CollectBus.MongoDB.csproj" />
2024-12-19 16:07:07 +08:00
</ItemGroup>
</Project>