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

13 lines
291 B
XML
Raw Normal View History

2021-08-23 16:57:25 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2022-11-18 13:26:39 +08:00
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
2021-08-23 16:57:25 +08:00
<ItemGroup>
<ProjectReference Include="..\ZR.Common\ZR.Common.csproj" />
<ProjectReference Include="..\ZR.Repository\ZR.Repository.csproj" />
</ItemGroup>
2021-08-23 16:57:25 +08:00
</Project>