ZhonTai.Plate.Admin.Service.Contracts.csproj 905 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <RootNamespace>ZhonTai.Plate.Admin.Service</RootNamespace>
  5. </PropertyGroup>
  6. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  7. <DocumentationFile>F:\zhontai\Admin\src\plates\ZhonTai.Plate.Admin\ZhonTai.Plate.Admin.Service.Contracts\ZhonTai.Plate.Admin.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="..\..\..\shared\ZhonTai.Tools\ZhonTai.Tools.csproj" />
  15. <ProjectReference Include="..\ZhonTai.Plate.Admin.Domain\ZhonTai.Plate.Admin.Domain.csproj" />
  16. <ProjectReference Include="..\ZhonTai.Plate.Admin.Repository\ZhonTai.Plate.Admin.Repository.csproj" />
  17. </ItemGroup>
  18. </Project>