You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.1 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <Import Project="..\..\common.props" />
  3. <PropertyGroup>
  4. <TargetFramework>net8.0</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <RootNamespace>Shentun.WebPeis</RootNamespace>
  7. <PreserveCompilationReferences>true</PreserveCompilationReferences>
  8. <UserSecretsId>Shentun.WebPeis-4681b4fd-151f-4221-84a4-929d86723e4c</UserSecretsId>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <PackageReference Include="Serilog.AspNetCore" Version="8.0.0" />
  12. <PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
  13. <PackageReference Include="Serilog.Sinks.Postgresql.Alternative" Version="4.0.4" />
  14. <PackageReference Include="Volo.Abp.AspNetCore.MultiTenancy" Version="8.1.5" />
  15. <PackageReference Include="Volo.Abp.Autofac" Version="8.1.3" />
  16. <PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="8.1.3" />
  17. <PackageReference Include="Volo.Abp.Swashbuckle" Version="8.1.3" />
  18. <PackageReference Include="Volo.Abp.Account.Web.OpenIddict" Version="8.1.3" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite" Version="3.1.*-*" />
  22. </ItemGroup>
  23. <ItemGroup>
  24. <ProjectReference Include="..\Shentun.Utilities\Shentun.Utilities.csproj" />
  25. <ProjectReference Include="..\Shentun.WebApi.Service\Shentun.WebApi.Service.csproj" />
  26. <ProjectReference Include="..\Shentun.WebPeis.Application\Shentun.WebPeis.Application.csproj" />
  27. <ProjectReference Include="..\Shentun.WebPeis.EntityFrameworkCore\Shentun.WebPeis.EntityFrameworkCore.csproj" />
  28. <ProjectReference Include="..\Shentun.WebPeis.HttpApi\Shentun.WebPeis.HttpApi.csproj" />
  29. </ItemGroup>
  30. <ItemGroup>
  31. <Compile Remove="Logs\**" />
  32. <Content Remove="Logs\**" />
  33. <EmbeddedResource Remove="Logs\**" />
  34. <None Remove="Logs\**" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <None Update="gemsdermyy.com.pfx">
  38. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  39. </None>
  40. <None Update="shentun.pfx">
  41. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  42. </None>
  43. </ItemGroup>
  44. </Project>