<Project Sdk="Microsoft.NET.Sdk">

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

  <ItemGroup>
    <PackageReference Include="Quartz" Version="3.3.3" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\Admin.Core.Common\Admin.Core.Common.csproj" />
    <ProjectReference Include="..\Admin.Core.Model\Admin.Core.Model.csproj" />
    <ProjectReference Include="..\Admin.Core.Service\Admin.Core.Service.csproj" />
    <ProjectReference Include="..\Aucma.Core.HwPLc\Aucma.Core.HwPLc.csproj" />
    <ProjectReference Include="..\Aucma.Core.Scanner\Aucma.Core.Scanner.csproj" />
  </ItemGroup>

  <ItemGroup>
    <Reference Include="HwCommunication">
      <HintPath>..\dll\HwCommunication.dll</HintPath>
    </Reference>
  </ItemGroup>

</Project>