2021-08-23 16:57:25 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2022-07-01 20:13:05 +08:00
|
|
|
|
<PropertyGroup>
|
2022-11-18 13:26:39 +08:00
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2022-07-01 20:13:05 +08:00
|
|
|
|
</PropertyGroup>
|
2021-08-23 16:57:25 +08:00
|
|
|
|
|
2022-07-01 20:13:05 +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>
|