refactor: add simple c# client

This commit is contained in:
k0t9i
2023-01-26 01:36:49 +04:00
parent eb7bfc779b
commit 7ad3ff4081
9 changed files with 116 additions and 281 deletions

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>