live-forum/server/admin/ZrAdminNetCore/ZR.Service/ZR.Service.csproj
2026-03-24 11:27:37 +08:00

18 lines
597 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ZR.ServiceCore\ZR.ServiceCore.csproj" />
<ProjectReference Include="..\ZR.LiveForum.Model\ZR.LiveForum.Model.csproj" />
<ProjectReference Include="..\ZR.Crawler\ZR.Crawler.csproj" />
</ItemGroup>
</Project>