preparing to make structure

This commit is contained in:
Вячеслав 2025-03-11 22:51:34 +05:00
parent f58e799ee9
commit 801b8af89d
4 changed files with 6 additions and 6 deletions

5
SurveyLib.Core/Class1.cs Normal file
View file

@ -0,0 +1,5 @@
namespace SurveyLib.Core;
public class Class1
{
}

View file

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