ZrAdminNetCore/ZR.LiveForum/ZR.LiveForum.csproj
2025-11-15 13:51:09 +08:00

18 lines
525 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Infrastructure\ZR.Infrastructure.csproj" />
<ProjectReference Include="..\ZR.ServiceCore\ZR.ServiceCore.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Model\" />
<Folder Include="Service\IService\" />
<Folder Include="Enum\" />
</ItemGroup>
</Project>