HHECS.Executor.csproj 986 Bytes
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netstandard2.1</TargetFramework>
    <Nullable>enable</Nullable>
  </PropertyGroup>

  <ItemGroup>
	  <PackageReference Include="HHECS.BllModel" Version="2.1.0" />
	  <PackageReference Include="HHECS.Communication" Version="2.6.2-beta.1" />
	  <PackageReference Include="Polly" Version="7.2.3" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\HHECS.Application\HHECS.Application.csproj" />
    <ProjectReference Include="..\HHECS.Infrastructure\HHECS.Infrastructure.csproj" />
    <ProjectReference Include="..\OpcUaHelper\OpcUaHelper.csproj" />
  </ItemGroup>

  <ItemGroup>
    <Reference Include="Opc.Ua.Client">
      <HintPath>..\OpcUaHelper\bin\Debug\netstandard2.1\DLL\Opc.Ua.Client.dll</HintPath>
    </Reference>
    <Reference Include="Opc.Ua.Core">
      <HintPath>..\OpcUaHelper\bin\Debug\netstandard2.1\DLL\Opc.Ua.Core.dll</HintPath>
    </Reference>
  </ItemGroup>

</Project>