zhuangpei-mesbackend/DOAN.CodeGenerator/DOAN.CodeGenerator.csproj
qianhao.xu f49d402894 提交
2025-02-25 13:52:50 +08:00

19 lines
585 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Infrastructure\DOAN.Infrastructure.csproj" />
<ProjectReference Include="..\DOAN.Common\DOAN.Common.csproj" />
<ProjectReference Include="..\DOAN.ServiceCore\DOAN.ServiceCore.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JinianNet.JNTemplate" Version="2.4.2" />
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.4.157" />
</ItemGroup>
</Project>