Quartz.Job.csproj 387 Bytes
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
	  <ProjectReference Include="..\..\Hh.Mes.Service\Hh.Mes.Service.csproj" />
	  <ProjectReference Include="..\Quartz.AspNetCore\Quartz.AspNetCore.csproj" />
	  <PackageReference Include="HslCommunication" Version="7.0.1" />
  </ItemGroup>

</Project>