Rcs.Executor.csproj
834 Bytes
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="HHECS.Communication">
<HintPath>..\libs\HHECS\HHECS.Communication.dll</HintPath>
<Private>true</Private>
</Reference>
<Reference Include="HslCommunication">
<HintPath>..\libs\HHECS\HslCommunication.dll</HintPath>
<Private>true</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Rcs.Dal\Rcs.Dal.csproj" />
<ProjectReference Include="..\src\Rcs.Domain\Rcs.Domain.csproj" />
</ItemGroup>
</Project>