Files
nashel-backend/src/Modules/Identity/Infrastructure/Nashel.Modules.Identity.Infrastructure.csproj
T
2026-02-09 17:43:37 +03:00

23 lines
922 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Nashel.Modules.Identity.Application\Nashel.Modules.Identity.Application.csproj" />
<ProjectReference Include="..\Nashel.Modules.Identity.Domain\Nashel.Modules.Identity.Domain.csproj" />
<ProjectReference Include="..\..\..\BuildingBlocks\Nashel.BuildingBlocks.csproj" />
<ProjectReference Include="..\Application\Nashel.Modules.Identity.Application.csproj" />
<ProjectReference Include="..\Domain\Nashel.Modules.Identity.Domain.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
</ItemGroup>
<PropertyGroup>
<RootNamespace>Nashel.Modules.Identity.Infrastructure</RootNamespace>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>