Este cliente envia datos al servidor sincrono

This commit is contained in:
2018-07-18 23:44:59 -04:00
parent cb611a6536
commit 03a7ed1b56
3 changed files with 74 additions and 0 deletions

View File

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