zhuangpei-mesbackend/ZR.Service/ZR.Service.csproj

19 lines
555 B
XML
Raw Normal View History

2024-05-16 13:30:30 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-05-31 13:40:00 +08:00
<TargetFramework>net8.0</TargetFramework>
2024-05-16 13:30:30 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
2024-05-31 13:40:00 +08:00
<PackageReference Include="AlibabaCloud.SDK.Dingtalk" Version="2.1.18" />
2024-05-16 13:30:30 +08:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ZR.ServiceCore\ZR.ServiceCore.csproj" />
</ItemGroup>
</Project>