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-05-31 13:40:00 +08:00
|
|
|
|
<PackageReference Include="NLog" Version="5.3.2" />
|
|
|
|
|
|
<PackageReference Include="Quartz" Version="3.9.0" />
|
|
|
|
|
|
<PackageReference Include="Quartz.Serialization.Json" Version="3.9.0" />
|
2024-05-16 13:30:30 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-07-01 16:04:10 +08:00
|
|
|
|
<ProjectReference Include="..\DOAN.Model\DOAN.Model.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\DOAN.Service\DOAN.Service.csproj" />
|
2024-05-16 13:30:30 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|