Compare commits
3 Commits
043360ec5c
...
03a201ccbf
Author | SHA1 | Date | |
---|---|---|---|
03a201ccbf | |||
de97a8be55 | |||
130c62eeaa |
7
FurnitureFactory/FurnitureFactoryBusinessLogic/Class1.cs
Normal file
7
FurnitureFactory/FurnitureFactoryBusinessLogic/Class1.cs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
namespace FurnitureFactoryBusinessLogic
|
||||||
|
{
|
||||||
|
public class Class1
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
Loading…
Reference in New Issue
Block a user