11 lines
462 B
XML
11 lines
462 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
|
||
|
|
<!-- A self-contained module. References SharedKernel ONLY (ASP.NET flows transitively for the
|
||
|
|
IModule seam). M1 adds this module's EF/Npgsql/FluentValidation/Mapperly packages when it
|
||
|
|
gains an (internal) DbContext and validators. It must never reference another module. -->
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\..\Shared\TeamUp.SharedKernel\TeamUp.SharedKernel.csproj" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|