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

33 lines
1.1 KiB
XML
Raw Permalink Normal View History

2024-09-30 17:10:43 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2024-10-25 19:11:43 +08:00
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-10-08 14:41:41 +08:00
2024-10-25 19:11:43 +08:00
<ItemGroup>
2025-04-25 12:01:15 +08:00
<Compile Remove="Extensions\**" />
<EmbeddedResource Remove="Extensions\**" />
<None Remove="Extensions\**" />
</ItemGroup>
2025-04-25 14:23:06 +08:00
<ItemGroup>
<Compile Remove="Abstracts\BaseProtocolPlugin_bak.cs" />
<Compile Remove="QGDW3761Config.cs" />
</ItemGroup>
2025-04-25 12:01:15 +08:00
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
2025-04-27 15:30:45 +08:00
<PackageReference Include="TouchSocket" Version="3.1.0" />
2024-10-25 19:11:43 +08:00
</ItemGroup>
2024-09-30 17:10:43 +08:00
2024-10-25 19:11:43 +08:00
<ItemGroup>
2025-04-25 12:01:15 +08:00
<ProjectReference Include="..\..\modules\JiShe.CollectBus.FreeRedis\JiShe.CollectBus.FreeRedis.csproj" />
<ProjectReference Include="..\..\modules\JiShe.CollectBus.Kafka\JiShe.CollectBus.Kafka.csproj" />
2025-04-17 20:28:50 +08:00
<ProjectReference Include="..\..\services\JiShe.CollectBus.Domain\JiShe.CollectBus.Domain.csproj" />
<ProjectReference Include="..\..\shared\JiShe.CollectBus.Common\JiShe.CollectBus.Common.csproj" />
2024-10-25 19:11:43 +08:00
</ItemGroup>
2024-09-30 17:10:43 +08:00
</Project>