You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
465 B
15 lines
465 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\build\common.targets" />
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Quartz" Version="3.7.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Blog.Core.Common\Blog.Core.Common.csproj" />
|
|
<ProjectReference Include="..\Blog.Core.IServices\Blog.Core.IServices.csproj" />
|
|
<ProjectReference Include="..\Blog.Core.Repository\Blog.Core.Repository.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|