2025-04-14 15:31:10 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2025-05-28 16:45:30 +08:00
|
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
2025-04-14 15:31:10 +08:00
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-05-28 16:45:30 +08:00
|
|
|
|
<PackageReference Include="CassandraCSharpDriver" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Options" />
|
|
|
|
|
|
<PackageReference Include="Volo.Abp.Autofac" />
|
|
|
|
|
|
<PackageReference Include="Volo.Abp.Core" />
|
|
|
|
|
|
<PackageReference Include="Volo.Abp.Ddd.Domain"/>
|
|
|
|
|
|
<PackageReference Include="Volo.Abp.Ddd.Domain.Shared" />
|
2025-04-14 15:31:10 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-04-17 20:28:50 +08:00
|
|
|
|
<ProjectReference Include="..\..\shared\JiShe.CollectBus.Common\JiShe.CollectBus.Common.csproj" />
|
2025-04-21 09:54:34 +08:00
|
|
|
|
<ProjectReference Include="..\..\shared\JiShe.CollectBus.Domain.Shared\JiShe.CollectBus.Domain.Shared.csproj" />
|
2025-04-14 15:31:10 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|