TcpDotNet/TcpDotNet.ClientIntegration.../TcpDotNet.ClientIntegration...

15 lines
361 B
XML
Raw Permalink Normal View History

2022-05-18 15:39:48 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2024-02-12 17:33:56 +00:00
<TargetFramework>net8.0</TargetFramework>
2022-05-18 15:39:48 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-03-10 10:55:57 +00:00
<ProjectReference Include="..\TcpDotNet\TcpDotNet.csproj"/>
2022-05-18 15:39:48 +00:00
</ItemGroup>
</Project>