Initial MIT Builder Client Commit

Started on async tcp client implementation
This commit is contained in:
2021-12-03 15:45:39 +10:00
parent bc23b4b4dc
commit 99e99fad13
5 changed files with 154 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
</startup>
</configuration>