RCS.Communication.csproj
520 Bytes
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HHECS.Communication" Version="3.0.0-beta.10" />
<PackageReference Include="HslCommunication" Version="12.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RCS.Model\RCS.Model.csproj" />
</ItemGroup>
</Project>