Begin implementing async

This commit is contained in:
Asriel Camora
2023-07-04 07:41:37 +02:00
parent 4b90ded2bb
commit 76853e2f0d
4 changed files with 15 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>