feat: builders, specifications

This commit is contained in:
Kylnic28
2024-10-05 20:36:34 +02:00
parent 4811837ca6
commit 17a7e651c8
24 changed files with 422 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
@@ -17,8 +17,17 @@
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bahla.Domain\Bahla.Domain.csproj" />
<ProjectReference Include="..\Bahla.Persistence\Bahla.Persistence.csproj" />
</ItemGroup>
<ItemGroup>
<Using Include="NUnit.Framework" />
</ItemGroup>
<ItemGroup>
<Folder Include="Entities\" />
</ItemGroup>
</Project>