JiShe.CollectBus/protocols/JiShe.CollectBus.Protocol.Contracts/JiShe.CollectBus.Protocol.Contracts.csproj

30 lines
1000 B
XML
Raw Normal View History

2024-09-30 17:10:43 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2024-10-12 23:42:15 +08:00
<PropertyGroup>
2024-10-30 17:49:05 +08:00
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
2024-10-12 23:42:15 +08:00
<Nullable>enable</Nullable>
</PropertyGroup>
2024-09-30 17:10:43 +08:00
2025-04-17 20:28:50 +08:00
<ItemGroup>
<Compile Remove="Extensions\**" />
<EmbeddedResource Remove="Extensions\**" />
<None Remove="Extensions\**" />
</ItemGroup>
2024-10-12 23:42:15 +08:00
<ItemGroup>
<PackageReference Include="DotNetCore.CAP" Version="8.3.1" />
2024-10-25 19:11:43 +08:00
<PackageReference Include="MassTransit.Abstractions" Version="8.3.0" />
2024-10-12 23:42:15 +08:00
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
2024-10-22 14:59:19 +08:00
<PackageReference Include="TouchSocket" Version="2.1.9" />
2024-12-19 16:07:07 +08:00
2024-10-12 23:42:15 +08:00
</ItemGroup>
2024-09-30 17:10:43 +08:00
2024-10-21 13:30:53 +08:00
<ItemGroup>
2025-04-17 20:28:50 +08:00
<ProjectReference Include="..\..\modules\JiShe.CollectBus.Kafka\JiShe.CollectBus.Kafka.csproj" />
<ProjectReference Include="..\..\services\JiShe.CollectBus.Domain\JiShe.CollectBus.Domain.csproj" />
<ProjectReference Include="..\..\shared\JiShe.CollectBus.Common\JiShe.CollectBus.Common.csproj" />
2025-04-17 14:39:14 +08:00
</ItemGroup>
2024-09-30 17:10:43 +08:00
</Project>