59 lines
2.5 KiB
XML
59 lines
2.5 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<NoWarn>CS0619</NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Remove="IRepositories\Sys\IRolePositionRepository.cs" />
|
|
<Compile Remove="IService\Sys\IClientService.cs" />
|
|
<Compile Remove="IService\Sys\IRolePositionService.cs" />
|
|
<Compile Remove="Services\Sys\ClientService.cs" />
|
|
<Compile Remove="Services\Sys\RolePositionService.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BZPT.DTO\BZPT.DTO.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="SqlSugarCore" Version="5.1.4.198" />
|
|
<PackageReference Include="SqlSugarCore.Dm" Version="8.8.0" />
|
|
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
|
|
<PackageReference Include="DeveloperForce.Force" Version="2.1.0" />
|
|
<PackageReference Include="Hangfire.Core" Version="1.8.20" />
|
|
<PackageReference Include="NPlatform" Version="3.0.1.8" />
|
|
<PackageReference Include="NPlatform.Infrastructure" Version="3.0.1.10" />
|
|
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="5.0.0" />
|
|
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.20" />
|
|
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
|
|
</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="BZPT.Domains.Entity.Sys" />
|
|
<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>
|
|
</Project> |