HuanMengAdmin/admin-server/MiaoYu.Core.Quartz/MiaoYu.Core.Quartz.csproj
2024-07-18 02:27:50 +08:00

15 lines
378 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\projects\project.targets" />
<ItemGroup>
<PackageReference Include="Quartz" Version="3.8.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MiaoYu.Core.EntityFramework\MiaoYu.Core.EntityFramework.csproj" />
<ProjectReference Include="..\MiaoYu.Core\MiaoYu.Core.csproj" />
</ItemGroup>
</Project>