created git

This commit is contained in:
Artemy
2025-06-16 16:52:58 +07:00
commit c7c778ceb1
15 changed files with 265 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
namespace Govor.Data;
public class Class1
{
}
+9
View File
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>