preparing to make structure
This commit is contained in:
parent
f58e799ee9
commit
801b8af89d
4 changed files with 6 additions and 6 deletions
5
SurveyLib.Core/Class1.cs
Normal file
5
SurveyLib.Core/Class1.cs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
namespace SurveyLib.Core;
|
||||
|
||||
public class Class1
|
||||
{
|
||||
}
|
||||
9
SurveyLib.Core/SurveyLib.Core.csproj
Normal file
9
SurveyLib.Core/SurveyLib.Core.csproj
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue