2024-05-16 13:30:30 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-05-31 13:40:00 +08:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2025-02-25 13:52:50 +08:00
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
2024-05-16 13:30:30 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-07-01 16:04:10 +08:00
|
|
|
|
<ProjectReference Include="..\Infrastructure\DOAN.Infrastructure.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\DOAN.Common\DOAN.Common.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\DOAN.ServiceCore\DOAN.ServiceCore.csproj" />
|
2024-05-16 13:30:30 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-05-31 13:40:00 +08:00
|
|
|
|
<PackageReference Include="JinianNet.JNTemplate" Version="2.4.2" />
|
2025-08-17 15:17:25 +08:00
|
|
|
|
<PackageReference Include="Npgsql" Version="9.0.3" />
|
2024-05-31 13:40:00 +08:00
|
|
|
|
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.4.157" />
|
2024-05-16 13:30:30 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|