start core project

rename project to API
This commit is contained in:
Вячеслав 2025-03-25 16:25:43 +05:00
parent e43578b36d
commit ba7ac36920
11 changed files with 59 additions and 64 deletions

View file

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