40 lines
1.6 KiB
XML
40 lines
1.6 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Remove="Input\DutyUserDto.cs" />
|
|
<Compile Remove="Input\RolePositionDto.cs" />
|
|
</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="IdentityServer4" Version="4.1.2" />
|
|
<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.Bus" />
|
|
<Using Include="NPlatform.Domains.Entity" />
|
|
<Using Include="NPlatform.Repositories.IRepositories" />
|
|
<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>
|
|
</Project> |