Files
iMES_Net/iMES.Equip/iMES.Equip.csproj

14 lines
363 B
XML
Raw Normal View History

2026-02-06 18:34:35 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2026-02-23 19:18:51 +08:00
<TargetFramework>net6.0</TargetFramework>
2026-02-06 18:34:35 +08:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\iMES.Core\iMES.Core.csproj" />
<ProjectReference Include="..\iMES.Custom\iMES.Custom.csproj" />
<ProjectReference Include="..\iMES.Entity\iMES.Entity.csproj" />
</ItemGroup>
</Project>