基础服务api
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.
 
 

34 lines
859 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <NoWarn>1701;1702;1591</NoWarn>
  5. <DocumentationFile>BPA.SAAS.Manage.Application.xml</DocumentationFile>
  6. <ImplicitUsings>enable</ImplicitUsings>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <None Remove="applicationsettings.json" />
  10. <None Remove="BPA.SAAS.Manage.Application.xml" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Content Include="applicationsettings.json">
  14. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  15. </Content>
  16. </ItemGroup>
  17. <ItemGroup>
  18. <PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.35" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <ProjectReference Include="..\BPA.SAAS.Manage.Comm\BPA.SAAS.Manage.Comm.csproj" />
  22. <ProjectReference Include="..\BPA.SAAS.Manage.Core\BPA.SAAS.Manage.Core.csproj" />
  23. </ItemGroup>
  24. </Project>