echo server

This commit is contained in:
2023-02-06 13:11:18 +09:00
parent 6000d5a4e7
commit 8e51b3d046
7 changed files with 148 additions and 0 deletions

10
Echo/Server/Server.csproj Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>