mirror of
https://github.com/fergalmoran/SilkierQuartz.git
synced 2025-12-28 20:47:34 +00:00
18 lines
463 B
XML
18 lines
463 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.0.0" />
|
|
<PackageReference Include="Quartz" Version="3.0.7" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\QuartzHostedService\QuartzHostedService.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|