Rcs.Executor.csproj
565 Bytes
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HHECS.Communication" Version="3.0.3" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Rcs.Dal\Rcs.Dal.csproj" />
<ProjectReference Include="..\src\Rcs.Domain\Rcs.Domain.csproj" />
</ItemGroup>
</Project>