Files
shgx_tz_mes_backend_sync/ZR.Service/ZR.Service.csproj

18 lines
418 B
XML
Raw Normal View History

2021-08-23 16:57:25 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2022-03-06 14:26:05 +08:00
<TargetFramework>net6.0</TargetFramework>
2021-08-23 16:57:25 +08:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ZR.Common\ZR.Common.csproj" />
<ProjectReference Include="..\ZR.Repository\ZR.Repository.csproj" />
</ItemGroup>
<ItemGroup>
2021-09-08 18:13:46 +08:00
<Folder Include="Business\" />
2022-01-11 21:10:16 +08:00
<Folder Include="Business\IBusinessService\" />
</ItemGroup>
2021-08-23 16:57:25 +08:00
</Project>