33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFramework>net8.0</TargetFramework>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<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.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>
|