Zxd.Core/code/Zxd.Crm.Domain/Zxd.Crm.Domain.csproj

53 lines
2.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<WarningLevel>4</WarningLevel>
<DocumentationFile></DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DG.Core" Version="1.0.19" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.1" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="Exceptionless.AspNetCore" Version="6.0.1" />
<PackageReference Include="Serilog.Sinks.Exceptionless" Version="4.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DG.Core\DG.Core.csproj" />
<ProjectReference Include="..\DG.Redis\DG.Redis.csproj" />
<ProjectReference Include="..\DG.Tool\DG.Tool.csproj" />
<ProjectReference Include="..\Zxd.Core.Shared\Zxd.Core.Shared.csproj" />
<ProjectReference Include="..\Zxd.EntityFramework\Zxd.EntityFramework.csproj" />
</ItemGroup>
<ItemGroup>
<None Remove="Config\" />
</ItemGroup>
<ItemGroup>
<Using Include="System.Text.Json" />
<Using Include="System.Text.Json.Serialization" />
<Using Include="Microsoft.EntityFrameworkCore" />
<Using Include="Microsoft.Extensions.Configuration" />
<Using Include="System.Text.Json" />
<Using Include="System.Text.Json.Serialization" />
<Using Include="DG.Tool" />
<Using Include="DG.Core" />
<Using Include="DG.Redis" />
<Using Include="DG.EntityFramework" />
<Using Include="Serilog" />
<Using Include="Zxd.Crm.Domain.Impl" />
<Using Include="Zxd.Crm.Domain.Dto" />
<Using Include="Zxd.Entity.Zxd" />
<Using Include="Zxd.Entity.UserCenter" />
<Using Include="Zxd.EntityFramework" />
</ItemGroup>
</Project>