2021-08-23 16:57:25 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\ZR.Common\ZR.Common.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\ZR.Repository\ZR.Repository.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2021-09-08 18:12:08 +08:00
|
|
|
|
<ItemGroup>
|
2021-09-08 18:13:46 +08:00
|
|
|
|
<Folder Include="Business\" />
|
2021-09-09 18:18:37 +08:00
|
|
|
|
<Folder Include="Business\IBusService\" />
|
2021-09-08 18:12:08 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2021-08-23 16:57:25 +08:00
|
|
|
|
</Project>
|