Init create

This commit is contained in:
the
2023-04-05 18:31:49 +04:00
parent 8f17ce28c0
commit c6c2d44702
33 changed files with 1018 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>