2026-06-09 06:41:28 +03:30
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2026-06-09 11:58:20 +03:30
|
|
|
<!-- Org, products, teams, seats, and the task/board model (M1). References SharedKernel only;
|
|
|
|
|
permission checks use ICurrentUser/IPermissionService from SharedKernel (implemented by
|
|
|
|
|
Identity), so OrgBoard never references another module. -->
|
2026-06-09 06:41:28 +03:30
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\Shared\TeamUp.SharedKernel\TeamUp.SharedKernel.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2026-06-09 11:58:20 +03:30
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" PrivateAssets="all" />
|
|
|
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" />
|
|
|
|
|
<PackageReference Include="FluentValidation" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2026-06-09 06:41:28 +03:30
|
|
|
</Project>
|