ZhonTai.Plate.Admin.Domain.csproj 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
  5. <Version>1.8.0</Version>
  6. <Authors>xiaoxue</Authors>
  7. <Company>xiaoxue</Company>
  8. <Description>中台Admin后端实体库</Description>
  9. <PackageLicenseExpression>MIT</PackageLicenseExpression>
  10. <PackageProjectUrl>https://github.com/zhontai/ZhonTai</PackageProjectUrl>
  11. <RepositoryUrl>https://github.com/zhontai/ZhonTai</RepositoryUrl>
  12. <RepositoryType>git</RepositoryType>
  13. <PackageTags>ZhonTai Admin;WebApi</PackageTags>
  14. </PropertyGroup>
  15. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  16. <DocumentationFile></DocumentationFile>
  17. <NoWarn>1701;1702;1591</NoWarn>
  18. </PropertyGroup>
  19. <ItemGroup>
  20. <PackageReference Include="Castle.Core.AsyncInterceptor" Version="2.0.0" />
  21. <PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
  22. </ItemGroup>
  23. <ItemGroup>
  24. <ProjectReference Include="..\..\..\shared\ZhonTai.Common\ZhonTai.Common.csproj" />
  25. </ItemGroup>
  26. </Project>