fix: set new path to projects

This commit is contained in:
Polianin Nikita 2024-05-30 21:45:27 +03:00
parent a353b4c3f8
commit aa1e1000fa

View File

@ -31,8 +31,8 @@
<ItemGroup>
<ProjectReference Include="..\ApiDto\ApiDto.csproj" />
<ProjectReference Include="..\Domain\Domain.csproj" />
<ProjectReference Include="..\Persistence\Persistence.csproj" />
<ProjectReference Include="..\SqlData\Domain\Domain.csproj" />
<ProjectReference Include="..\SqlData\Persistence\Persistence.csproj" />
<ProjectReference Include="..\Security\Security.csproj" />
</ItemGroup>