JKFZJCXT/BZPT.SqlSugarRepository/BZPT.SqlSugarRepository.csproj

45 lines
1.7 KiB
XML
Raw Normal View History

2025-07-17 09:35:54 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.20" />
<PackageReference Include="Hangfire.Core" Version="1.8.20" />
<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="NPlatform" Version="3.0.1.8" />
<PackageReference Include="NPlatform.Infrastructure" Version="3.0.1.10" />
</ItemGroup>
<ItemGroup>
<Using Include="NPlatform" />
<Using Include="NPlatform.Infrastructure" />
<Using Include="NPlatform.Result" />
<Using Include="NPlatform.Query" />
<Using Include="NPlatform.Dto" />
<Using Include="NPlatform.Events" />
<Using Include="NPlatform.Consts" />
<Using Include="NPlatform.Exceptions" />
<Using Include="NPlatform.Enums" />
<Using Include="NPlatform.Repositories" />
<Using Include="NPlatform.Domains.Entity" />
<Using Include="NPlatform.Repositories.IRepositories" />
<Using Include="NPlatform.Extends" />
<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>
<ProjectReference Include="..\BZPT.Domains\BZPT.Domains.csproj" />
</ItemGroup>
</Project>