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="..\Infrastructure\Infrastructure.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\ZR.Common\ZR.Common.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\ZR.Model\ZR.Model.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
2021-08-23 16:57:25 +08:00
|
|
|
|
|
2022-07-01 20:13:05 +08:00
|
|
|
|
<ItemGroup>
|
2023-02-22 13:44:59 +08:00
|
|
|
|
<PackageReference Include="JinianNet.JNTemplate" Version="2.3.3" />
|
2023-07-27 17:56:52 +08:00
|
|
|
|
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.4.93" />
|
2022-07-01 20:13:05 +08:00
|
|
|
|
</ItemGroup>
|
2021-08-23 16:57:25 +08:00
|
|
|
|
</Project>
|