This commit is contained in:
2025-04-20 22:49:25 +02:00
parent 657c61109a
commit d11a90f316
51 changed files with 1316 additions and 0 deletions

View File

@ -0,0 +1,6 @@
namespace QuickDish.Domain;
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>