Files
Gatedge.NewOrientLandMark.BOS/Gatedge.K3Cloud.Utils/Gatedge.K3Cloud.Utils.csproj
liqionghai d758497f93 1
2025-11-18 17:43:12 +08:00

20 lines
468 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<Reference Include="Kingdee.CDP.WebApi.SDK">
<HintPath>..\Library\Kingdee.CDP.WebApi.SDK.dll</HintPath>
</Reference>
</ItemGroup>
</Project>