chore: add project references

This commit is contained in:
cuqmbr 2023-10-24 21:12:35 +03:00
parent fbdf79f077
commit 342b4caced
Signed by: cuqmbr
GPG Key ID: 2D72ED98B6CB200F
4 changed files with 22 additions and 0 deletions

View File

@ -13,4 +13,11 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AutobusApi.Application\AutobusApi.Application.csproj" />
<ProjectReference Include="..\AutobusApi.Domain\AutobusApi.Domain.csproj" />
<ProjectReference Include="..\AutobusApi.Infrastructure\AutobusApi.Infrastructure.csproj" />
<ProjectReference Include="..\AutobusApi.Persistence\AutobusApi.Persistence.csproj" />
</ItemGroup>
</Project>

View File

@ -10,4 +10,8 @@
<PackageReference Include="AutoMapper" Version="12.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AutobusApi.Domain\AutobusApi.Domain.csproj" />
</ItemGroup>
</Project>

View File

@ -12,4 +12,9 @@
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AutobusApi.Domain\AutobusApi.Domain.csproj" />
<ProjectReference Include="..\AutobusApi.Application\AutobusApi.Application.csproj" />
</ItemGroup>
</Project>

View File

@ -13,4 +13,10 @@
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" Version="7.0.11" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AutobusApi.Infrastructure\AutobusApi.Infrastructure.csproj" />
<ProjectReference Include="..\AutobusApi.Domain\AutobusApi.Domain.csproj" />
<ProjectReference Include="..\AutobusApi.Application\AutobusApi.Application.csproj" />
</ItemGroup>
</Project>