Compare commits

...

3 Commits

2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,7 @@
namespace FurnitureFactoryBusinessLogic
{
public class Class1
{
}
}

View File

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