ZhonTai.Plate.Personnel.Service.Contracts.csproj 674 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <Description>中台Admin后端人事服务契约库</Description>
  4. <RootNamespace>ZhonTai.Plate.Personnel.Service</RootNamespace>
  5. </PropertyGroup>
  6. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  7. <DocumentationFile>ZhonTai.Plate.Personnel.Service.Contracts.xml</DocumentationFile>
  8. <NoWarn>1701;1702;1591</NoWarn>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <PackageReference Include="Mapster" Version="7.2.0" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\ZhonTai.Plate.Personnel.Domain\ZhonTai.Plate.Personnel.Domain.csproj" />
  15. </ItemGroup>
  16. </Project>