My.Admin.Tools.csproj 902 B

1234567891011121314151617181920212223242526
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. <Version>1.8.0</Version>
  5. <Authors>xiaoxue</Authors>
  6. <Description>中台Admin工具库</Description>
  7. <PackageLicenseExpression>MIT</PackageLicenseExpression>
  8. <PackageProjectUrl>https://github.com/zhontai/My.Admin</PackageProjectUrl>
  9. <RepositoryUrl>https://github.com/zhontai/My.Admin</RepositoryUrl>
  10. <PackageTags>ZhonTai Admin;WebApi</PackageTags>
  11. </PropertyGroup>
  12. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  13. <DocumentationFile>..\My.Admin.HttpApi.Host\My.Admin.Tools.xml</DocumentationFile>
  14. </PropertyGroup>
  15. <ItemGroup>
  16. <PackageReference Include="System.Drawing.Common" Version="5.0.2" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <ProjectReference Include="..\My.Admin.Common\My.Admin.Common.csproj" />
  20. </ItemGroup>
  21. </Project>