Files

12 lines
529 B
XML
Raw Permalink Normal View History

2026-06-09 06:41:28 +03:30
<Project Sdk="Microsoft.NET.Sdk">
<!-- References Bootstrap, which transitively pulls SharedKernel, Infrastructure, and all 7
module assemblies into the output — everything ArchUnitNET needs to analyse the boundary.
Hosts are intentionally NOT referenced (avoids the duplicate top-level `Program` type);
host-direction rules are expressed via namespace targets. -->
<ItemGroup>
<ProjectReference Include="..\..\src\Bootstrap\TeamUp.Bootstrap\TeamUp.Bootstrap.csproj" />
</ItemGroup>
</Project>