XYY.Api.WarningNotice.csproj 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Compile Remove="WarningNoticeService\DingDingBaseService.cs" />
  7. <Compile Remove="WarningNoticeService\DingDingUserInfo.cs" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <PackageReference Include="AgileConfig.Client" Version="1.1.2" />
  11. <PackageReference Include="AlibabaCloud.OpenApiClient" Version="0.1.7" />
  12. <PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.2.0" />
  13. <PackageReference Include="Microsoft.Extensions.Caching.Redis" Version="2.2.0" />
  14. <PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\..\3.Service\XYY.Service.Standard.RegionService\XYY.Service.Standard.RegionService.csproj" />
  18. <ProjectReference Include="..\..\XYY.Service.Standard.DingDing\XYY.Service.Standard.DingDing.csproj" />
  19. <ProjectReference Include="..\..\XYY.Service.Standard.TencentCloud\XYY.Service.Standard.TencentCloud.csproj" />
  20. <ProjectReference Include="..\..\XYY.Service.Strandard.EMailService\XYY.Service.Strandard.EMailService.csproj" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <Reference Include="topsdk-net-core">
  24. <HintPath>..\..\3.Service\XYY.Service.Standard.Finance\lib\topsdk-net-core.dll</HintPath>
  25. </Reference>
  26. </ItemGroup>
  27. </Project>