15 lines
378 B
XML
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>
|