Initial Master Server Commit

Started on async server implementation
This commit is contained in:
2021-12-03 15:45:09 +10:00
parent 4503f4bf3f
commit bc23b4b4dc
4 changed files with 122 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>