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

21 lines
662 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LiveForum.Code\LiveForum.Code.csproj" />
<ProjectReference Include="..\LiveForum.Model\LiveForum.Model.csproj" />
<ProjectReference Include="..\LiveForum.Repository\LiveForum.Repository.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
</ItemGroup>
</Project>