Basic TCP server

This commit is contained in:
2020-05-09 09:49:52 -04:00
parent 51b0e65ad7
commit da26a320b4
5 changed files with 136 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>