ZrAdminNetCore/ZR.Service/ZR.Service.csproj
wenyongda 7d4d113e60 Revert "升级.net 9"
This reverts commit b25e6dc736fcd337d3315aed38bb0c418db5ef01.
2025-04-12 09:31:53 +08:00

16 lines
451 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.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" />
</ItemGroup>
</Project>