tap (task-based asynchronous pattern)

This commit is contained in:
2023-02-07 14:44:58 +09:00
parent cb8fba64b1
commit f74090a49e
7 changed files with 142 additions and 0 deletions

10
TAP/Client/Client.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>