JiShe.CollectBus/services/JiShe.CollectBus.Migration.Application.Contracts/JiShe.CollectBus.Migration.Application.Contracts.csproj

35 lines
1.1 KiB
XML
Raw Normal View History

2025-05-18 13:36:11 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
2025-05-28 16:45:30 +08:00
<TargetFramework>net9.0</TargetFramework>
2025-05-18 13:36:11 +08:00
<Nullable>enable</Nullable>
<RootNamespace>JiShe.CollectBus.Migration</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Workers\**" />
<EmbeddedResource Remove="Workers\**" />
<None Remove="Workers\**" />
</ItemGroup>
<ItemGroup>
<None Remove="FodyWeavers.xml" />
<None Remove="JiShe.CollectBus.Migration.Application.Contracts.abppkg" />
</ItemGroup>
<ItemGroup>
2025-05-28 16:45:30 +08:00
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts"/>
<PackageReference Include="Volo.Abp.Authorization" />
2025-05-18 13:36:11 +08:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\shared\JiShe.CollectBus.Common\JiShe.CollectBus.Common.csproj" />
<ProjectReference Include="..\..\shared\JiShe.CollectBus.Domain.Shared\JiShe.CollectBus.Domain.Shared.csproj" />
<ProjectReference Include="..\JiShe.CollectBus.Domain\JiShe.CollectBus.Domain.csproj" />
</ItemGroup>
</Project>