0
0

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

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. <RootNamespace>ZhonTai.Plate.Personnel.Service</RootNamespace>
  5. </PropertyGroup>
  6. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  7. <DocumentationFile>F:\zhontai\Admin\src\plates\ZhonTai.Plate.Personal\ZhonTai.Plate.Personnel.Service.Contracts\ZhonTai.Plate.Personnel.Service.Contracts.xml</DocumentationFile>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="Mapster" Version="7.2.0" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\ZhonTai.Plate.Personnel.Domain\ZhonTai.Plate.Personnel.Domain.csproj" />
  14. </ItemGroup>
  15. </Project>