SACenter/SA.Domain.XFYun/SA.Domain.XFYun.csproj

34 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WebApiClientCore" Version="2.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SA.Core\SA.Core.csproj" />
<ProjectReference Include="..\SA.Entity\SA.Entity.csproj" />
</ItemGroup>
<ItemGroup>
<Using Include="SA.Domain.XFYun" />
<Using Include="SA.Domain.XFYun.XFYunDomains" />
<Using Include="SA.Domain.XFYun.XFYunEntity" />
<Using Include="SA.Domain.XFYun.ZXDEntity" />
<Using Include="SA.Core.Util" />
<Using Include="WebApiClientCore" />
<Using Include="WebApiClientCore.Attributes" />
<Using Include="System.Text.Json.Serialization" />
<Using Include="SA.Core.Init" />
<Using Include="Serilog" />
<Using Include="Serilog.Events" />
<Using Include="Microsoft.Extensions.Configuration" />
<Using Include="SA.Entity.zxdcrm_Models" />
</ItemGroup>
</Project>