This commit is contained in:
Халимов Рустам
2026-02-09 17:43:37 +03:00
parent 3dd6577313
commit c98c96e408
32 changed files with 1281 additions and 188 deletions
+26
View File
@@ -10,4 +10,30 @@
<PackageReference Include="Grpc.AspNetCore" Version="2.76.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.0-preview.6.25358.103" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Modules\Catalog\Nashel.Modules.Catalog.Infrastructure\Nashel.Modules.Catalog.Infrastructure.csproj" />
<ProjectReference Include="..\Modules\Catalog\Nashel.Modules.Catalog.Presentation\Nashel.Modules.Catalog.Presentation.csproj" />
<ProjectReference Include="..\Modules\Collaboration\Nashel.Modules.Collaboration.Infrastructure\Nashel.Modules.Collaboration.Infrastructure.csproj" />
<ProjectReference Include="..\Modules\Collaboration\Nashel.Modules.Collaboration.Presentation\Nashel.Modules.Collaboration.Presentation.csproj" />
<ProjectReference Include="..\Modules\Geo\Nashel.Modules.Geo.Infrastructure\Nashel.Modules.Geo.Infrastructure.csproj" />
<ProjectReference Include="..\Modules\Geo\Nashel.Modules.Geo.Presentation\Nashel.Modules.Geo.Presentation.csproj" />
<ProjectReference Include="..\Modules\Identity\Nashel.Modules.Identity.Infrastructure\Nashel.Modules.Identity.Infrastructure.csproj" />
<ProjectReference Include="..\Modules\Identity\Nashel.Modules.Identity.Presentation\Nashel.Modules.Identity.Presentation.csproj" />
<ProjectReference Include="..\Modules\Order\Nashel.Modules.Order.Infrastructure\Nashel.Modules.Order.Infrastructure.csproj" />
<ProjectReference Include="..\Modules\Order\Nashel.Modules.Order.Presentation\Nashel.Modules.Order.Presentation.csproj" />
<ProjectReference Include="..\Modules\Reputation\Nashel.Modules.Reputation.Infrastructure\Nashel.Modules.Reputation.Infrastructure.csproj" />
<ProjectReference Include="..\Modules\Reputation\Nashel.Modules.Reputation.Presentation\Nashel.Modules.Reputation.Presentation.csproj" />
<ProjectReference Include="..\Modules\Catalog\Infrastructure\Nashel.Modules.Catalog.Infrastructure.csproj" />
<ProjectReference Include="..\Modules\Catalog\Presentation\Nashel.Modules.Catalog.Presentation.csproj" />
<ProjectReference Include="..\Modules\Collaboration\Infrastructure\Nashel.Modules.Collaboration.Infrastructure.csproj" />
<ProjectReference Include="..\Modules\Collaboration\Presentation\Nashel.Modules.Collaboration.Presentation.csproj" />
<ProjectReference Include="..\Modules\Geo\Infrastructure\Nashel.Modules.Geo.Infrastructure.csproj" />
<ProjectReference Include="..\Modules\Geo\Presentation\Nashel.Modules.Geo.Presentation.csproj" />
<ProjectReference Include="..\Modules\Identity\Infrastructure\Nashel.Modules.Identity.Infrastructure.csproj" />
<ProjectReference Include="..\Modules\Identity\Presentation\Nashel.Modules.Identity.Presentation.csproj" />
<ProjectReference Include="..\Modules\Order\Infrastructure\Nashel.Modules.Order.Infrastructure.csproj" />
<ProjectReference Include="..\Modules\Order\Presentation\Nashel.Modules.Order.Presentation.csproj" />
<ProjectReference Include="..\Modules\Reputation\Infrastructure\Nashel.Modules.Reputation.Infrastructure.csproj" />
<ProjectReference Include="..\Modules\Reputation\Presentation\Nashel.Modules.Reputation.Presentation.csproj" />
</ItemGroup>
</Project>