Fix broken project reference

This commit is contained in:
Robert van Diest
2026-03-25 19:47:01 +01:00
parent 4fcd0d60f4
commit 8bf20aa0f2

View File

@@ -19,7 +19,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Randall.Domain\Randall.Domain.csproj" />
<ProjectReference Include="..\..\..\src\Randall.Domain\Randall.Domain.csproj" />
</ItemGroup>
</Project>