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>
|
|
|
|
|
|
<LangVersion>preview</LangVersion>
|
2024-09-30 17:10:43 +08:00
|
|
|
|
|
2024-10-25 19:11:43 +08:00
|
|
|
|
</PropertyGroup>
|
2024-09-30 17:10:43 +08:00
|
|
|
|
|
2024-10-25 19:11:43 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="Extensions\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="Extensions\**" />
|
|
|
|
|
|
<None Remove="Extensions\**" />
|
|
|
|
|
|
</ItemGroup>
|
2024-09-30 17:10:43 +08:00
|
|
|
|
|
2024-10-25 19:11:43 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="TouchSocket" Version="2.1.9" />
|
|
|
|
|
|
<PackageReference Include="TouchSocket.Hosting" Version="2.1.9" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\JiShe.CollectBus.EntityFrameworkCore\JiShe.CollectBus.EntityFrameworkCore.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\JiShe.CollectBus.Protocol.Contracts\JiShe.CollectBus.Protocol.Contracts.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\JiShe.CollectBus.RabbitMQ\JiShe.CollectBus.RabbitMQ.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
2024-10-08 15:06:08 +08:00
|
|
|
|
|
2024-09-30 17:10:43 +08:00
|
|
|
|
</Project>
|