48 lines
1.8 KiB
XML
48 lines
1.8 KiB
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFramework>net8.0</TargetFramework>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\BZPT.DTO\BZPT.DTO.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="DeveloperForce.Force" Version="2.1.0" />
|
|||
|
<PackageReference Include="NPlatform" Version="3.0.0.17" />
|
|||
|
<PackageReference Include="NPlatform.Infrastructure" Version="3.0.0.9" />
|
|||
|
<PackageReference Include="SqlSugarCore" Version="5.1.4.180" />
|
|||
|
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Using Include="NPlatform" />
|
|||
|
<Using Include="NPlatform.Infrastructure" />
|
|||
|
<Using Include="NPlatform.Result" />
|
|||
|
<Using Include="NPlatform.Repositories" />
|
|||
|
<Using Include="NPlatform.Dto" />
|
|||
|
<Using Include="NPlatform.Query" />
|
|||
|
<Using Include="NPlatform.Consts" />
|
|||
|
<Using Include="NPlatform.Exceptions" />
|
|||
|
<Using Include="NPlatform.Enums" />
|
|||
|
<Using Include="NPlatform.AutoMap" />
|
|||
|
<Using Include="NPlatform.Filters" />
|
|||
|
<Using Include="NPlatform.Infrastructure.IdGenerators" />
|
|||
|
<Using Include="NPlatform.Domains.Entity" />
|
|||
|
<Using Include="NPlatform.Repositories.IRepositories" />
|
|||
|
<Using Include="NPlatform.Extends" />
|
|||
|
<Using Include="NPlatform.Domains.Service" />
|
|||
|
<Using Include="System.Text.Json" />
|
|||
|
<Using Include="System" />
|
|||
|
<Using Include="System.Linq" />
|
|||
|
<Using Include="System.Linq.Dynamic.Core" />
|
|||
|
<Using Include="System.Linq.Expressions" />
|
|||
|
<Using Include="Microsoft.Extensions.Logging" />
|
|||
|
<Using Include="System.Collections.Generic" />
|
|||
|
<Using Include="System.Threading" />
|
|||
|
<Using Include="System.Threading.Tasks" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Folder Include="Application\" />
|
|||
|
</ItemGroup>
|
|||
|
</Project>
|