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
@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Nashel.Modules.Catalog.Application\Nashel.Modules.Catalog.Application.csproj" />
<ProjectReference Include="..\Application\Nashel.Modules.Catalog.Application.csproj" />
</ItemGroup>
<PropertyGroup>
<RootNamespace>Nashel.Modules.Catalog.Presentation</RootNamespace>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>