live-forum/server/webapi/LiveForum/LiveForum.Service/LiveForum.Service.csproj
2026-03-24 11:27:37 +08:00

27 lines
1004 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AlibabaCloud.SDK.Cloudauth20190307" Version="3.13.1" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
<PackageReference Include="System.Drawing.Common" Version="8.0.11" />
<PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.49" />
<PackageReference Include="Tencent.QCloud.Cos.Sts.Sdk" Version="3.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LiveForum.Code\LiveForum.Code.csproj" />
<ProjectReference Include="..\LiveForum.IService\LiveForum.IService.csproj" />
<ProjectReference Include="..\LiveForum.Model\LiveForum.Model.csproj" />
<ProjectReference Include="..\LiveForum.Repository\LiveForum.Repository.csproj" />
</ItemGroup>
</Project>