zhaw-dnet2/Tasks/Lab6/ConsoleApp.csproj

12 lines
292 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<StartupObject>DT6.SocketClient</StartupObject>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
</Project>